Skip to content

Migrate to Kamal for deployments #38

Migrate to Kamal for deployments

Migrate to Kamal for deployments #38

Triggered via push November 29, 2024 05:43
Status Success
Total duration 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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#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#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/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#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/AutoQueryCrudModels.cs#L28
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.