Uno.SourceGeneration
Uno.SourceGeneration copied to clipboard
A Roslyn based C# source generation framework
The package size is too large, consider looking into its content to see if there is anything redundant or ways to reduce its size.
## I'm submitting a... Feature request ## Current behavior It works both with .NET Framework and .NET Core but I keep getting this message: `warning NU1701: Package 'Uno.SourceGeneration 3.0.0-dev.10' was...
I've just started to use this project for some basic source generation tasks, and after a lot of trial and error I have it set up and working. All my...
Currently the Context only has methods to add a new compilation unit but in my case I want a generator that will completely replace the contents of the original file....
I'm trying to use `System.Text.Json` in a WASM project, but I have the following error at runtime. ``` Could not load signature of System.Text.Json.Serialization.JsonConverter`1[T]:Write due to: Could not load file...
## I'm submitting a... - Bug report ## Current behavior Source generation randomly fails with a message similar to this one: ``` Uno.SourceGenerationTasks.targets: error : Error reading response ``` ##...
When building an Xamarin.Android project on Azure Devops, [setting the JavaSdkDirectory property is required](https://github.com/microsoft/azure-pipelines-image-generation/blob/2849802d6f7f9fda363bb6b2a7d2e006707e43e5/images/win/Vs2019-Server2019-Readme.md#known-issues), as the environment variable has no effect. This property is not propagated to the Uno.SourceGeneration build...
Steps to reproduce : 1. Create a `project A` with an abstract generator `GenA` deriving from `SourceGenerator` 2. Create a `project B`, referencing `project A` and create a generator `GenB`...
GitHub Issue (If applicable): # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ## PR...
 It's always 1.0.0. This applies to `Uno.SourceGeneration.Host.dll` as well