Native AOT Support via Source Generator + UnsafeAccessor Architecture #24
Annotations
2 errors and 10 warnings
|
|
|
|
|
tests/LocalStack.Client.AotCompatibility.Tests/Program.cs#L25
Method '<top-level-statements-entry-point>' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "✅ All AOT compatibility tests passed!". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
tests/LocalStack.Client.AotCompatibility.Tests/Program.cs#L11
Method '<top-level-statements-entry-point>' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "=== LocalStack.Client Native AOT Compatibility Test ===". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
tests/LocalStack.Client.AotCompatibility.Tests/Program.cs#L28
Modify '<Main>$' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
|
tests/LocalStack.Client.AotCompatibility.Tests/SimpleRegistryTest.cs#L26
Method 'void SimpleRegistryTest.Run()' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "This suggests the source generator did not run or did not find any AWS clients.". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
tests/LocalStack.Client.AotCompatibility.Tests/SimpleRegistryTest.cs#L25
Method 'void SimpleRegistryTest.Run()' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "No AWS client accessors registered.". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
tests/LocalStack.Client.AotCompatibility.Tests/SimpleRegistryTest.cs#L17
Method 'void SimpleRegistryTest.Run()' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "Registered client types:". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
tests/LocalStack.Client.AotCompatibility.Tests/SimpleRegistryTest.cs#L12
Method 'void SimpleRegistryTest.Run()' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "=== Simple Registry Test ===". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
tests/LocalStack.Client.AotCompatibility.Tests/Program.cs#L25
Method '<top-level-statements-entry-point>' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "✅ All AOT compatibility tests passed!". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
tests/LocalStack.Client.AotCompatibility.Tests/Program.cs#L11
Method '<top-level-statements-entry-point>' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "=== LocalStack.Client Native AOT Compatibility Test ===". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
|
tests/LocalStack.Client.AotCompatibility.Tests/Program.cs#L28
Modify '<Main>$' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
The logs for this run have expired and are no longer available.
Loading