1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Update Godot.SourceGenerators packages

Fix issues

Update System.Security.Cryptography.Pkcs again

Downgrade Microsoft.CodeAnalysis.CSharp.Workspaces
This commit is contained in:
Joyless
2025-10-11 21:47:24 +01:00
parent cb7cd815ee
commit 580a225a4a
16 changed files with 71 additions and 57 deletions

View File

@@ -1,3 +1,4 @@
using System.Threading.Tasks;
using Xunit;
namespace Godot.SourceGenerators.Tests;
@@ -5,7 +6,7 @@ namespace Godot.SourceGenerators.Tests;
public class NestedInGenericTest
{
[Fact]
public async void GenerateScriptMethodsTest()
public async Task GenerateScriptMethodsTest()
{
await CSharpSourceGeneratorVerifier<ScriptMethodsGenerator>.Verify(
"NestedInGeneric.cs",