gintsk
gintsk
Contributes to #96 - Move `MimeMapping` project to `src/MimeMapping` - Rename `Test` to `MimeMapping.Tests` and move test project to `test/MimeMapping.Tests` - use the new [artifacts output](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-3/#simplified-output-path) - ~~use [global.json](https://learn.microsoft.com/en-us/dotnet/core/tools/global-json) with...
Since `System.Text.Json` is part of .NET and we don't use specific `Newtonsoft.Json` functionality, it is easily possible to drop additional external dependency in favor of `System.Text.Json` https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/migrate-from-newtonsoft?pivots=dotnet-8-0
Starting from IKVM 8.9.0, the application crashes on startup with a `Could not load libjvm` exception when initializing IKVM on Windows servers that do not have the Microsoft Visual C++...