Remove obsolete APIs (#6657) #70
Annotations
10 errors and 10 warnings
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/RavenRequestExecutorBuilderExtensions.cs(10,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/HotChocolate.Data.Raven.csproj::TargetFramework=net7.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/Extensions/ResolverCompilerBuilderExtensions.cs(9,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/HotChocolate.Data.EntityFramework.csproj::TargetFramework=net7.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/RavenRequestExecutorBuilderExtensions.cs(10,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/HotChocolate.Data.Raven.csproj::TargetFramework=net6.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/Extensions/ResolverCompilerBuilderExtensions.cs(9,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/HotChocolate.Data.EntityFramework.csproj::TargetFramework=net6.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/Extensions/ResolverCompilerBuilderExtensions.cs(9,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/HotChocolate.Data.EntityFramework.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/RavenRequestExecutorBuilderExtensions.cs(10,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/HotChocolate.Data.Raven.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/RavenRequestExecutorBuilderExtensions.cs(10,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/HotChocolate.Data.Raven.csproj::TargetFramework=net7.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/Extensions/ResolverCompilerBuilderExtensions.cs(9,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/HotChocolate.Data.EntityFramework.csproj::TargetFramework=net7.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/RavenRequestExecutorBuilderExtensions.cs(10,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Raven/src/Data/HotChocolate.Data.Raven.csproj::TargetFramework=net6.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/Extensions/ResolverCompilerBuilderExtensions.cs(9,53): error CS1574: XML comment has cref attribute 'IResolverCompilerBuilder' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Data/src/EntityFramework/HotChocolate.Data.EntityFramework.csproj::TargetFramework=net6.0]
|
.build/Build.Publish.cs#L19
The field 'Build.MyGetSource' is assigned but its value is never used
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Utilities/src/Utilities/ServiceException.cs(20,9): warning SYSLIB0051: 'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051) [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Utilities/src/Utilities/HotChocolate.Utilities.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.Utf8/ParserOptions.cs(38,13): warning CS1573: Parameter 'maxAllowedFields' has no matching param tag in the XML comment for 'ParserOptions.ParserOptions(bool, bool, int, int, int)' (but other parameters do) [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.Utf8/HotChocolate.Language.Utf8.csproj::TargetFramework=net7.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/Serialization/SerializerResolver.cs(22,48): warning CS1570: XML comment has badly formed XML -- 'End tag 'param' does not match the start tag 'paramref'.' [/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/StrawberryShake.Core.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/GraphQLClientException.cs(106,9): warning SYSLIB0051: 'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051) [/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/StrawberryShake.Core.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/EntityIdOrData.cs(56,29): warning CS1574: XML comment has cref attribute 'entityId' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/StrawberryShake.Core.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/GraphQLClientException.cs(27,83): warning CS1574: XML comment has cref attribute 'error' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/StrawberryShake.Core.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/GraphQLClientException.cs(47,88): warning CS1574: XML comment has cref attribute 'errors' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/StrawberryShake.Core.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/GraphQLClientException.cs(88,88): warning CS1574: XML comment has cref attribute 'errors' that could not be resolved [/home/runner/work/graphql-platform/graphql-platform/src/StrawberryShake/Client/src/Core/StrawberryShake.Core.csproj::TargetFramework=net8.0]
|
/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.Utf8/ParserOptions.cs(38,13): warning CS1573: Parameter 'maxAllowedFields' has no matching param tag in the XML comment for 'ParserOptions.ParserOptions(bool, bool, int, int, int)' (but other parameters do) [/home/runner/work/graphql-platform/graphql-platform/src/HotChocolate/Language/src/Language.Utf8/HotChocolate.Language.Utf8.csproj::TargetFramework=netstandard2.0]
|
The logs for this run have expired and are no longer available.
Loading