You've already forked godot
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:
@@ -1,3 +1,4 @@
|
||||
using System.Threading.Tasks;
|
||||
using Xunit;
|
||||
|
||||
namespace Godot.SourceGenerators.Tests;
|
||||
@@ -5,7 +6,7 @@ namespace Godot.SourceGenerators.Tests;
|
||||
public class ScriptMethodsGeneratorTests
|
||||
{
|
||||
[Fact]
|
||||
public async void Methods()
|
||||
public async Task Methods()
|
||||
{
|
||||
await CSharpSourceGeneratorVerifier<ScriptMethodsGenerator>.Verify(
|
||||
"Methods.cs",
|
||||
@@ -14,7 +15,7 @@ public class ScriptMethodsGeneratorTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async void ScriptBoilerplate()
|
||||
public async Task ScriptBoilerplate()
|
||||
{
|
||||
await CSharpSourceGeneratorVerifier<ScriptMethodsGenerator>.Verify(
|
||||
"ScriptBoilerplate.cs",
|
||||
|
||||
Reference in New Issue
Block a user