This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
chore(deps): update dependency microsoft.sourcelink.github to v8 (#57) #44
continuous-integration.yaml
on: push
build
/
build
44s
release-notes
8s
integration
/
compatibility-annotationbased
1m 44s
integration
/
compatibility-codefirst
1m 31s
Annotations
50 warnings
build / build:
Federation/Helpers/ReferenceResolverArgumentExpressionBuilder.cs#L111
Possible null reference argument for parameter 'defaultValue' in 'TContextData ReferenceResolverArgumentExpressionBuilder.GetScopedStateWithDefault<TContextData>(IPureResolverContext context, IReadOnlyDictionary<string, object> contextData, string key, bool hasDefaultValue, TContextData defaultValue)'.
|
build / build:
Federation/Helpers/ReferenceResolverArgumentExpressionBuilder.cs#L124
Possible null reference return.
|
build / build:
examples/CodeFirst/Inventory/Types/ProductType.cs#L9
'ApolloFederationDescriptorExtensions.ExtendServiceType<T>(IObjectTypeDescriptor<T>)' is obsolete: 'Use ExtendsType type instead'
|
build / build:
examples/CodeFirst/Reviews/Types/ProductType.cs#L9
'ApolloFederationDescriptorExtensions.ExtendServiceType<T>(IObjectTypeDescriptor<T>)' is obsolete: 'Use ExtendsType type instead'
|
build / build:
examples/CodeFirst/Reviews/Types/UserType.cs#L9
'ApolloFederationDescriptorExtensions.ExtendServiceType<T>(IObjectTypeDescriptor<T>)' is obsolete: 'Use ExtendsType type instead'
|
build / build:
Federation.Tests/CertificationSchema/AnnotationBased/Types/Query.cs#L6
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
build / build:
Federation.Tests/CertificationSchema/AnnotationBased/Types/User.cs#L6
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
build / build:
Federation.Tests/EntitiesResolverTests.cs#L210
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
build / build:
Federation.Tests/EntitiesResolverTests.cs#L165
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
build / build:
Federation.Tests/EntitiesResolverTests.cs#L188
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-codefirst:
Federation/Helpers/ReferenceResolverArgumentExpressionBuilder.cs#L111
Possible null reference argument for parameter 'defaultValue' in 'TContextData ReferenceResolverArgumentExpressionBuilder.GetScopedStateWithDefault<TContextData>(IPureResolverContext context, IReadOnlyDictionary<string, object> contextData, string key, bool hasDefaultValue, TContextData defaultValue)'.
|
integration / compatibility-codefirst:
Federation/Helpers/ReferenceResolverArgumentExpressionBuilder.cs#L124
Possible null reference return.
|
integration / compatibility-codefirst:
Federation.Tests/CertificationSchema/AnnotationBased/Types/Query.cs#L6
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-codefirst:
Federation.Tests/CertificationSchema/AnnotationBased/Types/User.cs#L6
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-codefirst:
Federation.Tests/One/FederationSchemaPrinterTests.cs#L228
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-codefirst:
Federation.Tests/EntitiesResolverTests.cs#L210
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-codefirst:
Federation.Tests/EntitiesResolverTests.cs#L165
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-codefirst:
Federation.Tests/EntitiesResolverTests.cs#L188
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-codefirst:
Federation.Tests/CertificationSchema/CodeFirst/Types/UserType.cs#L9
'ApolloFederationDescriptorExtensions.ExtendServiceType<T>(IObjectTypeDescriptor<T>)' is obsolete: 'Use ExtendsType type instead'
|
integration / compatibility-codefirst:
Federation.Tests/CertificationSchema/CodeFirst/Types/QueryType.cs#L10
'ApolloFederationDescriptorExtensions.ExtendServiceType(IObjectTypeDescriptor)' is obsolete: 'Use ExtendsType type instead'
|
integration / compatibility-annotationbased:
Federation/Helpers/ReferenceResolverArgumentExpressionBuilder.cs#L111
Possible null reference argument for parameter 'defaultValue' in 'TContextData ReferenceResolverArgumentExpressionBuilder.GetScopedStateWithDefault<TContextData>(IPureResolverContext context, IReadOnlyDictionary<string, object> contextData, string key, bool hasDefaultValue, TContextData defaultValue)'.
|
integration / compatibility-annotationbased:
Federation/Helpers/ReferenceResolverArgumentExpressionBuilder.cs#L124
Possible null reference return.
|
integration / compatibility-annotationbased:
examples/CodeFirst/Reviews/Types/UserType.cs#L9
'ApolloFederationDescriptorExtensions.ExtendServiceType<T>(IObjectTypeDescriptor<T>)' is obsolete: 'Use ExtendsType type instead'
|
integration / compatibility-annotationbased:
examples/CodeFirst/Reviews/Types/ProductType.cs#L9
'ApolloFederationDescriptorExtensions.ExtendServiceType<T>(IObjectTypeDescriptor<T>)' is obsolete: 'Use ExtendsType type instead'
|
integration / compatibility-annotationbased:
examples/CodeFirst/Inventory/Types/ProductType.cs#L9
'ApolloFederationDescriptorExtensions.ExtendServiceType<T>(IObjectTypeDescriptor<T>)' is obsolete: 'Use ExtendsType type instead'
|
integration / compatibility-annotationbased:
Federation.Tests/CertificationSchema/AnnotationBased/Types/User.cs#L6
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-annotationbased:
Federation.Tests/One/FederationSchemaPrinterTests.cs#L228
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-annotationbased:
Federation.Tests/EntitiesResolverTests.cs#L210
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-annotationbased:
Federation.Tests/EntitiesResolverTests.cs#L165
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-annotationbased:
Federation.Tests/EntitiesResolverTests.cs#L188
'ExtendServiceTypeAttribute' is obsolete: 'Use ExtendsAttribute instead'
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration / compatibility-annotationbased
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compatibility-results
Expired
|
1009 Bytes |
|