mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09: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:
parent
cb7cd815ee
commit
580a225a4a
16 changed files with 71 additions and 57 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue