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 ScriptSignalsGeneratorTests
|
||||
{
|
||||
[Fact]
|
||||
public async void EventSignals()
|
||||
public async Task EventSignals()
|
||||
{
|
||||
await CSharpSourceGeneratorVerifier<ScriptSignalsGenerator>.Verify(
|
||||
"EventSignals.cs",
|
||||
|
||||
Reference in New Issue
Block a user