Skip to content
Triggered via push May 27, 2024 20:05
Status Failure
Total duration 1m 53s
Artifacts

frontend.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build: src/BUTR.Site.NexusMods.Client/Services/CrashReportsClientWithDemo.cs#L30
'CrashReportsClientWithDemo' does not implement interface member 'ICrashReportsClient.UpdateAsync(Guid, CrashReportUpdateModel?, CancellationToken)'
build
Process completed with exit code 1.
build: src/BUTR.Site.NexusMods.Server.ValueObjects.Vogen/Utils/IHasRandomValueGenerator.cs#L3
The type 'TValueObject' cannot be used as type parameter 'TValueObject' in the generic type or method 'IVogen<TVogen, TValueObject>'. Nullability of type argument 'TValueObject' doesn't match 'notnull' constraint.
build: src/BUTR.Site.NexusMods.Server.ValueObjects.Vogen/Utils/VogenDefaults.cs#L3
The type 'TValueObject' cannot be used as type parameter 'TValueObject' in the generic type or method 'IVogen<TVogen, TValueObject>'. Nullability of type argument 'TValueObject' doesn't match 'notnull' constraint.
build: src/BUTR.Site.NexusMods.Server.ValueObjects.Vogen/Utils/VogenUtils.cs#L32
The type 'TValueObject' cannot be used as type parameter 'TValueObject' in the generic type or method 'IVogen<TVogen, TValueObject>'. Nullability of type argument 'TValueObject' doesn't match 'notnull' constraint.
build: src/BUTR.Site.NexusMods.Server.ValueObjects.Vogen/Utils/VogenUtils.cs#L33
The type 'TValueObject' cannot be used as type parameter 'TValueObject' in the generic type or method 'IVogen<TVogen, TValueObject>'. Nullability of type argument 'TValueObject' doesn't match 'notnull' constraint.
build: src/BUTR.Site.NexusMods.Server/Controllers/RecreateStacktraceController.cs#L60
Dereference of a possibly null reference.
build: src/BUTR.Site.NexusMods.Server/Controllers/RecreateStacktraceController.cs#L97
Dereference of a possibly null reference.
build: src/BUTR.Site.NexusMods.Server/Controllers/NexusModsUserController.cs#L153
Dereference of a possibly null reference.
build: src/BUTR.Site.NexusMods.Server/Controllers/AuthenticationController.cs#L192
Possible null reference assignment.
build: src/BUTR.Site.NexusMods.Server/Controllers/NexusModsArticleController.cs#L25
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L7551
Converting null literal or possible null value to non-nullable type.