1
0
Fork 0
godot/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests
Paul Joannon fb8553e4d7
Move to .NET8
- Change TFM and LangVersion
- Better exception throwing (CA1510, CA1512, CA1513)
- Better exception utility method definition (CA1859)
- Prefer comparing `.Count` over calling `.Any()` (CA1860)
- Prefer `.AsSpan()` over `.Substring()` (CA1846)
- Add a few more `scoped`
- Use `RuntimeHelpers.GetUninitializedObject()` instead of `FormatterServices.GetUninitializedObject()`
- Use delegate instead of delegate pointer in variant generic conversions
- Enable EnforceExtendedAnalyzerRules in source generator projects
- Disable CS8981 on structs named movable in Godot.NativeInterop
2024-12-13 14:00:13 +01:00
..
TestData Merge pull request #97894 from paulloz/dotnet/export-tool-button 2024-11-19 15:20:07 -06:00
CSharpAnalyzerVerifier.cs Move to .NET8 2024-12-13 14:00:13 +01:00
CSharpCodeFixVerifier.cs Move to .NET8 2024-12-13 14:00:13 +01:00
CSharpSourceGeneratorVerifier.cs Move to .NET8 2024-12-13 14:00:13 +01:00
ClassPartialModifierAnalyzerTest.cs provide analyser corresponding to the GD0001 and GD0002, add ClassPartialModifierAnalyzerFix, and tests 2024-02-21 12:35:28 +03:00
Constants.cs Move to .NET8 2024-12-13 14:00:13 +01:00
ExportDiagnosticsTests.cs Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
Extensions.cs
GlobalClassAnalyzerTests.cs
Godot.SourceGenerators.Tests.csproj Move to .NET8 2024-12-13 14:00:13 +01:00
MustBeVariantAnalyzerTests.cs
ScriptMethodsGeneratorTests.cs
ScriptPathAttributeGeneratorTests.cs C#: Various fixes to generic scripts 2024-02-19 06:33:13 +01:00
ScriptPropertiesGeneratorTests.cs Implement [ExportToolButton] 2024-11-18 20:19:47 +01:00
ScriptPropertyDefValGeneratorTests.cs Fix interpolated strings in ScriptPropertyDefVal 2024-03-01 11:24:46 +01:00
ScriptSerializationGeneratorTests.cs
ScriptSignalsGeneratorTests.cs