Alexandre Zollinger Chohfi
Alexandre Zollinger Chohfi
Oh, absolutely! This is the documentation that helps a lot: https://docs.microsoft.com/dotnet/core/deploying/trimming/trim-self-contained I gave this a quick try yesterday (basically setting EnableTrimAnalyzer=True and bubbling up the annotations). From my initial investigation,...
Btw, something like this can be used as a good test: https://github.com/dotnet/command-line-api/blob/55dbf39074a7563e25e3409c9feb7afb8c8d2cc4/src/System.CommandLine.Tests/CompilationTests.cs
Oh, interesting. I'll try that!
This version is MUCH better, but still have the same issues as before on that assembly. ``` /_/src/Spectre.Console/Internal/TypeConverterHelper.cs(26,9): Trim analysis error IL2087: Spectre.Console.TypeConverterHelper.GetTypeConverter(): 'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in...
Wow... No, sorry, this is new to me.
That's how I fixed it: https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/commit/88e2a236885501c4c1e39dfa91ad4d75e5b0434c
This JSON is not even working anymore. That's because on your file, "sw" is 0.00999999977648 but we are reading it as an int. @gpeal, should this be read as a...
Digging the source, I've found that Lottie Web uses only the first shape from the character it renders (when rendering glyphs): https://github.com/airbnb/lottie-web/blob/master/player/js/elements/svgElements/SVGTextElement.js#L127 I don't know why, but some files have...
Windows is already supported. Duplicate of #476 This package should probably just mark windows as a supported platform, as it is a new feature in dart 2.16: https://dart.dev/tools/pub/pubspec#platforms
I'm working on this. Not that complicated for System.CommandLine and System.CommandLine.Hosting.