Jasper Park
Jasper Park
**Describe the bug** `Temperature.Equals(Temperature other, Temperature tolerance)` does the wrong conversion, and should be `Temperature.Equals(Temperature other, TemperatureDelta tolerance)` **To Reproduce** `var t1 = Temperature.FromDegreesCelsius(10);` `var t2 = Temperature.FromDegreesCelsius(10);` `var equals...
Add support for generic constraints to complete the support for generic union types
This PR was done in three steps: - Change Links and Embedded Entities from being implicit (a list in the base type) to being explicit (properties on the type itself,...
When a union type is generic, and a derived type is declared not as a nested type, then the type parameter ``T`` is not considered to be equal between the...
Host released Angular-App HypermediaUI [v0.1.82](https://github.com/RESTyard/HypermediaUI/releases/tag/v0.1.82) inside a c# project to easily deploy it. Simply call `.UseHypermediaUi(HypermediaConfig)` and the app is hosted in the root namespace. Make sure that this is...