Skip to content

Build Container

Build Container #1

Triggered via workflow run November 29, 2024 05:44
@LayoricLayoric
completed 50146ca
Status Success
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-container.yml

on: workflow_run
build-container
30s
build-container
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-container: 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-container: 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-container: 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-container: 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-container: 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-container: 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-container: 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-container: 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-container: 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-container: Test.ServiceModel/Validation.cs#L51
Non-nullable property 'Site' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.