Update FileUploadServices.cs #41
Annotations
10 warnings
|
build:
Test.ServiceModel/GenerateBuiltInTypes.cs#L34
Nullability of reference types in type of parameter 'value' of 'void QueryResponse2<T>.Meta.set' doesn't match implicitly implemented member 'void IMeta.Meta.set' (possibly because of nullability attributes).
|
|
build:
Test.ServiceModel/GenerateBuiltInTypes.cs#L35
Nullability of reference types in type of parameter 'value' of 'void QueryResponse2<T>.ResponseStatus.set' doesn't match implicitly implemented member 'void IHasResponseStatus.ResponseStatus.set' (possibly because of nullability attributes).
|
|
build:
Test.ServiceModel/CustomItems.cs#L29
Nullability of reference types in type of parameter 'value' of 'void QueryResponseAlt<T>.Meta.set' doesn't match implicitly implemented member 'void IMeta.Meta.set' (possibly because of nullability attributes).
|
|
build:
Test.ServiceModel/CustomItems.cs#L30
Nullability of reference types in type of parameter 'value' of 'void QueryResponseAlt<T>.ResponseStatus.set' doesn't match implicitly implemented member 'void IHasResponseStatus.ResponseStatus.set' (possibly because of nullability attributes).
|
|
build:
Test.ServiceModel/GenerateBuiltInTypes.cs#L25
Nullability of reference types in type of parameter 'value' of 'void QueryBase2.Meta.set' doesn't match implicitly implemented member 'void IMeta.Meta.set' (possibly because of nullability attributes).
|
|
build:
Test.ServiceModel/GenerateBuiltInTypes.cs#L24
Nullability of reference types in type of parameter 'value' of 'void QueryBase2.Fields.set' doesn't match implicitly implemented member 'void IQuery.Fields.set' (possibly because of nullability attributes).
|
|
build:
Test.ServiceModel/GenerateBuiltInTypes.cs#L23
Nullability of reference types in type of parameter 'value' of 'void QueryBase2.Include.set' doesn't match implicitly implemented member 'void IQuery.Include.set' (possibly because of nullability attributes).
|
|
build:
Test.ServiceModel/GenerateBuiltInTypes.cs#L22
Nullability of reference types in type of parameter 'value' of 'void QueryBase2.OrderByDesc.set' doesn't match implicitly implemented member 'void IQuery.OrderByDesc.set' (possibly because of nullability attributes).
|
|
build:
Test.ServiceModel/GenerateBuiltInTypes.cs#L21
Nullability of reference types in type of parameter 'value' of 'void QueryBase2.OrderBy.set' doesn't match implicitly implemented member 'void IQuery.OrderBy.set' (possibly because of nullability attributes).
|
|
build:
Test.ServiceModel/CodeGenTestTypes.cs#L103
The type 'Test.ServiceModel.EnumType?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'Test.ServiceModel.EnumType?' doesn't match 'notnull' constraint.
|