gintsk
gintsk
Made a proof-of-concept using source generation. This generates 100% exact class as T4 template, and outputs compiler generated class into `.generated` folder (for visual reference and maybe for saving source...
Yes, to better align with other .NET projects we can split the root into `src` and `test` with `MimeMapping.sln` in the root folder. Maybe we should also use the new...
Yes, I would like to.
Maybe we should rename `Test` project to `MimeMapping.Tests` and move it to `src\MimeMapping.Tests` ?
@viceice any chances you could look into necessary workflow changes so we could finish this PR?
This PR seems stalled. Should I close it?
It seems all previous issues are addressed and fixed. Except for any potentially required workflow changes - which you wrote you will tackle.
Would it be possible to add codecov [pull-request-comments](https://docs.codecov.com/docs/pull-request-comments) ?
Yes, I'm aware of the fact, it's build, test and T4 template dependency. When generating from `KnownMimeTypes.tt` you can hit that kind of warnings: `Multiple assembly references match 'Newtonsoft.Json' under...
Statically linking and providing IKVM JVM runtimes without additional dependencies would be better because there are different dependencies for parts of the JVM. For example, `sunmscapi.dll` is linked with `vcruntime140_1.dll`...