MikeSchulze / gdUnit4Net

A Godot C# Unit Test Framework.
MIT License
61 stars 5 forks source link

GD-87: Remove temporary solution of `Godot.SourceGenerators.MustBeVariantAnalyzer` warnings #123

Closed MikeSchulze closed 5 months ago

MikeSchulze commented 5 months ago

Why

We get an compile warning using Godot less than 4.3.beta1 Godot.SourceGenerators.MustBeVariantAnalyzer and had a temporary solution to filter them out <NoWarn>$(NoWarn);AD0001</NoWarn>

What