Timo van Zijll Langhout
Timo van Zijll Langhout
Where `ModelConfigurationBuilder.Properties().HaveConversion()` honors the converter _including its mapping hints_, `ModelConfigurationBuilder.DefaultTypeMapping().HasConversion()` will use the converter but _not_ its mapping hints. This can be an issue where the type matters outside the...
It appears that Hangfire actually tries to create its tables in the call to `MapHangfireDashboard`. Unfortunately, this does not play nice if an `IHostedService` is used to initially create the...
_(I couldn't find a more appropriate type than "bug report", but feel free to adjust this is there is a mroe correct option.)_ **Version Used**: .NET 8, VS 17.8.0. **Steps...
- Generic JSON serializers instead of generated. - Removed #if NET7/8 conditionals, now that 8 is the minimum version. - Upgraded LangVersion and handled compiler suggestions. - Suppressions and summary...