[Chore] [WIP] 创建WinUI实例 #8
Annotations
3 errors and 10 warnings
build
The file 'D:\a\Flarum.Sdk\Flarum.Sdk\Flarum.Api\bin\Release\net8.0\Flarum.Api.dll' to be packed was not found on disk.
|
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/Bases/ApiBase.cs#L20
Possible null reference return.
|
build:
Flarum.Api/Bases/ApiBase.cs#L22
Possible null reference return.
|
build:
Flarum.Api/Bases/ActualRequestBase.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build:
Flarum.Api/Models/ResponseModel/FlarumPostDto.cs#L13
Non-nullable property 'Number' 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/FlarumPostDto.cs#L15
Non-nullable property 'ContentType' 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/FlarumPostDto.cs#L16
Non-nullable property 'ContentHtml' 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 'Username' 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 '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#L15
Non-nullable property 'AvatarUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|