Fixes StrawberryShake issues caused by the introspection tooling. #342
Annotations
1 error and 12 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/StrawberryShake/Client/src/Core/GraphQLClientException.cs#L106
'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)
|
src/HotChocolate/Utilities/src/Utilities/ServiceException.cs#L20
'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)
|
src/HotChocolate/Utilities/src/Utilities.Introspection/IntrospectionException.cs#L21
'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)
|
src/HotChocolate/Core/src/Types/InvalidSchemaCoordinateException.cs#L46
Member 'InvalidSchemaCoordinateException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'InvalidSchemaCoordinateException.GetObjectData(SerializationInfo, StreamingContext)'.
|
src/HotChocolate/Core/src/Types/Configuration/AggregateTypeInterceptor.cs#L49
Nullability of reference types in value of type 'HotChocolate.Configuration.TypeInterceptor' doesn't match target type 'HotChocolate.Configuration.TypeInterceptor?'.
|
src/HotChocolate/Core/src/Types/Configuration/AggregateTypeInterceptor.cs#L52
Nullability of reference types in value of type 'HotChocolate.Configuration.TypeInterceptor' doesn't match target type 'HotChocolate.Configuration.TypeInterceptor?'.
|
src/HotChocolate/Core/src/Types/Configuration/AggregateTypeInterceptor.cs#L68
Nullability of reference types in value of type 'HotChocolate.Configuration.TypeInterceptor' doesn't match target type 'HotChocolate.Configuration.TypeInterceptor?'.
|
src/HotChocolate/Core/src/Types/Configuration/AggregateTypeInterceptor.cs#L85
Nullability of reference types in value of type 'HotChocolate.Configuration.TypeInterceptor' doesn't match target type 'HotChocolate.Configuration.TypeInterceptor?'.
|
src/HotChocolate/Core/src/Types/Types/TypeInitializationException.cs#L19
'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)
|
src/HotChocolate/Core/src/Types/SchemaException.cs#L32
'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)
|
.build/Build.Publish.cs#L19
The field 'Build.MyGetSource' is assigned but its value is never used
|
The logs for this run have expired and are no longer available.
Loading