Daniel Olivier
Daniel Olivier
The readme says: ``` A convenience package which provides the native libLLVM library for several platforms is provided here: https://www.nuget.org/packages/libLLVM ``` But attempting to run the tests (`dotnet test` in...
The readme says this about the `--licenseurl-to-license-mappings` command-line flags: ``` When used, this option allows to override the url to license mapping built into the application (see [here](src/NuGetUtility/LicenseValidator/UrlToLicenseMapping.cs)) ``` but...
We want the C# code generated from our XSD description (imported into the `ModelBuilder`) to be either trimmable (already possible?), or not need reflection at all (targetable from NativeAOT)? My...