Fixed Keyed Services (#6782) #102
Annotations
8 errors and 11 warnings
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/SchemaTests.cs(53,1): error CS8999: Line does not start with the same whitespace as the closing line of the raw string literal. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/HotChocolate.Caching.Tests.csproj::TargetFramework=net7.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/SchemaTests.cs(53,1): error CS8999: Line does not start with the same whitespace as the closing line of the raw string literal. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/HotChocolate.Caching.Tests.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/SchemaTests.cs(53,1): error CS8999: Line does not start with the same whitespace as the closing line of the raw string literal. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/HotChocolate.Caching.Tests.csproj::TargetFramework=net6.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/SchemaTests.cs(53,1): error CS8999: Line does not start with the same whitespace as the closing line of the raw string literal. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/HotChocolate.Caching.Tests.csproj::TargetFramework=net7.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/SchemaTests.cs(53,1): error CS8999: Line does not start with the same whitespace as the closing line of the raw string literal. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/HotChocolate.Caching.Tests.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/SchemaTests.cs(53,1): error CS8999: Line does not start with the same whitespace as the closing line of the raw string literal. [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Caching/test/Caching.Tests/HotChocolate.Caching.Tests.csproj::TargetFramework=net6.0]
|
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/TaskCache.cs(60,13): warning S2589: Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589) [/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/GreenDonut.csproj::TargetFramework=net6.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/DataLoaderBase.cs(161,21): warning S2589: Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589) [/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/GreenDonut.csproj::TargetFramework=net6.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/DataLoaderBase.cs(161,21): warning S2589: Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589) [/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/GreenDonut.csproj::TargetFramework=net7.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/TaskCache.cs(60,13): warning S2589: Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589) [/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/GreenDonut.csproj::TargetFramework=net7.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/DataLoaderBase.cs(161,21): warning S2589: Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589) [/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/GreenDonut.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/TaskCache.cs(60,13): warning S2589: Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589) [/home/runner/work/graphql-platform/graphql-platform/src/GreenDonut/src/Core/GreenDonut.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.SyntaxTree/ObjectFieldNode.cs(10,21): warning S3897: Implement 'IEquatable<ObjectFieldNode>'. (https://rules.sonarsource.com/csharp/RSPEC-3897) [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.SyntaxTree/HotChocolate.Language.SyntaxTree.csproj::TargetFramework=netstandard2.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.SyntaxTree/DirectiveLocation.cs(15,12): warning S3963: Initialize all 'static fields' inline and remove the 'static constructor'. (https://rules.sonarsource.com/csharp/RSPEC-3963) [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.SyntaxTree/HotChocolate.Language.SyntaxTree.csproj::TargetFramework=netstandard2.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.SyntaxTree/SyntaxEqualityComparer.cs(175,23): warning S3928: Use a constructor overloads that allows a more meaningful exception message to be provided. (https://rules.sonarsource.com/csharp/RSPEC-3928) [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.SyntaxTree/HotChocolate.Language.SyntaxTree.csproj::TargetFramework=netstandard2.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.SyntaxTree/SyntaxEqualityComparer.cs(623,23): warning S3928: Use a constructor overloads that allows a more meaningful exception message to be provided. (https://rules.sonarsource.com/csharp/RSPEC-3928) [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.SyntaxTree/HotChocolate.Language.SyntaxTree.csproj::TargetFramework=netstandard2.0]
|
The logs for this run have expired and are no longer available.
Loading