-
use source generator for system.text.json
Do you have a plan for it?
-
I am using Mailkit in my app for Windows, Android, and iOS. For iOS I must target SDK V17 now. This is supported by Microsoft.iOS only, not more by Xamarin. To produce a release with VS2022, all assem…
-
While we don't need that on GA, we should at least ensure that there are no design decisions which are going to corner us.
We should at the mimum:
- add a test project
- add a target of net5/6/8
The…
-
Your readme mentions AOT compatibility, but then the project doesn't enable the analysis flag, see the docs here: https://learn.microsoft.com/dotnet/core/deploying/native-aot/#aot-compatibility-analyz…
-
The libraries tests are currently running under Native AOT with a variety of workarounds and special cases. For this to be sustainable, we need a stable, compatible testing suite for Native AOT testin…
-
Right now we are getting warnings, like:
```
/home/user/.nuget/packages/cloudnative.cloudevents.systemtextjson/2.7.1/lib/netstandard2.1/CloudNative.CloudEvents.SystemTextJson.dll : warning IL2104:…
-
Game developers are likely to be willing to produce apps using either the ```PublishTrimmed``` or ```PublishAot``` build options (both being forced when building for gaming consoles). Right now, this …
-
Using fantomas to format a single file via the command line is very slow, ~700-1000ms depending on the size of the file.
I hypothesised that this was due to the JIT taking time to warm up (not an…
-
I've noticed cswinrt now supports native aot. We should investigate what we need to change, if anything, in our projection library to be compatible with this great achievement.
-
Is this library native aot compatible/ does it run well on ios ?