Change to use nullable reference types #37
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|
build:
Test.ServiceModel/AutoQueryCrudModels.cs#L145
Nullability of reference types in type of parameter 'value' of 'void CreateRockstarAuditTenant.SessionId.set' doesn't match implicitly implemented member 'void IHasSessionId.SessionId.set' (possibly because of nullability attributes).
|
build:
Test.ServiceModel/AutoQueryCrudModels.cs#L156
Nullability of reference types in type of parameter 'value' of 'void UpdateRockstarAuditTenant.SessionId.set' doesn't match implicitly implemented member 'void IHasSessionId.SessionId.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/AutoQueryCrudModels.cs#L164
Nullability of reference types in type of parameter 'value' of 'void PatchRockstarAuditTenant.SessionId.set' doesn't match implicitly implemented member 'void IHasSessionId.SessionId.set' (possibly because of nullability attributes).
|
build:
Test.ServiceModel/AutoQueryCrudModels.cs#L241
Nullability of reference types in type of parameter 'value' of 'void CreateRockstarAuditMqToken.BearerToken.set' doesn't match implicitly implemented member 'void IHasBearerToken.BearerToken.set' (possibly because of nullability attributes).
|
build:
Test.ServiceModel/AutoQueryCrudModels.cs#L247
Nullability of reference types in type of parameter 'value' of 'void RealDeleteAuditTenant.SessionId.set' doesn't match implicitly implemented member 'void IHasSessionId.SessionId.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#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/AutoQueryCrudModels.cs#L41
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|