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 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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue