Steve Dunn
Steve Dunn
Fix nullability errors accessing `ReflectionTypeLoadException.Types`
Hi - firstly thanks for a great library that allows us to easily interop with the canvas from Blazor! I've used your library in a game that I've written in...
Just changed the `.csproj` file and the `README.md` file. This will help those users who are using 3.1.1 as, currently, those users are faced with several package downgrade error when...
### Describe the feature Add tests for throwing custom validation exceptions
### Describe the feature Partial methods for validate and normalize
### Describe the feature e.g. ` var i = (Score)Activator.CreateInstance(typeof(Score))!;` Currently, this results in a runtime error when the `Value` is used, as the generated code knows it wasn't created...
### Describe the feature When the analyzer finds a decorated type, it can add, as a 'fix' the code to generate an attribute for an 'Instance'
### Describe the feature When the analyzer spots a `[ValueObject]` decorated type without a validation method, add the 'Fix' action so that it generates it.