Skip to content

[Test]

[Test] #3

Triggered via push September 14, 2024 13:51
Status Failure
Total duration 1m 31s
Artifacts

nuget-push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build
The file 'D:\a\Flarum.Sdk\Flarum.Sdk\Flarum.Provider\bin\Release\net8.0\Flarum.Provider.dll' to be packed was not found on disk.
build
Process completed with exit code 1.
build: Flarum.Api/Bases/ApiBase.cs#L8
The using directive for 'Flarum.Api.Bases.ModelBases' appeared previously in this namespace
build: Flarum.Api/Models/ResponseModel/FlarumUserDto.cs#L12
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/Bases/RequestBase.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/Models/ResponseModel/FlarumUserDto.cs#L13
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/Models/ResponseModel/FlarumUserDto.cs#L14
Non-nullable property 'AvatarUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/Models/ResponseModel/FlarumUserDto.cs#L15
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/Models/ResponseModel/FlarumUserDto.cs#L36
Non-nullable property 'Bio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetUserTokenApi.cs#L63
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetUserTokenApi.cs#L64
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetUserTokenApi.cs#L57
Non-nullable property 'Identification' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.