crwsolutions
crwsolutions
Only generate the interface when it is accessible from the module (so it is public or it resides in the same module)
Generate GenerateAutomaticInterfaceAttribute instead of asking that of the user. See cookbook: https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.cookbook.md#generated-class If you're feeling adventurous, it is possible to remove the namespace from the generated attribute (so remove 'namespace...
- Sync DemoClass and actual generated code with README. - Removed manual attribute in TestNuget project.
This will simplify the code and improve performance a littlebit. Small optimization.
I am writing a source generator, and I am missing some context a littlebit with the current output using Assert.Equal. So it is hard for me to locate the issue....
Updated Google Play Services and User MessagingPlatform package versions for net9.0-android and net9.0-ios targets. * Plugin.AdMob.csproj - Updated Google Play Services and User Messaging Platform package versions for net9.0-android and...
(I only focused on the .net9 project) NativeAd.cs - Added comprehensive documentation and property descriptions for all native ad assets - MainPage.xaml - Set x:DataType to INativeAd and updated VerticalOptions...
On iOs, when I run the example on my developer device it crashes immidiately on the MainPage. I can see the buttons in a flash and then crashes. In the...
In my app, but also in the .Net 9 sample. When I upgrade to the latest MAUI version (9.0.80). I will get the following warning: ``` Detected package version outside...