Skip to content

Merge pull request #1 from kengwang/patch-1 #11

Merge pull request #1 from kengwang/patch-1

Merge pull request #1 from kengwang/patch-1 #11

Triggered via push January 5, 2025 08:25
Status Failure
Total duration 2m 29s
Artifacts

nuget-push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build: Flarum.Provider/Mappers/DiscussionDataToFlarumDiscussionMapper.cs#L52
'FlarumDiscussionDto' does not contain a definition for 'CanManageReply' and no accessible extension method 'CanManageReply' accepting a first argument of type 'FlarumDiscussionDto' could be found (are you missing a using directive or an assembly reference?)
build: Flarum.Provider/Mappers/DiscussionDataToFlarumDiscussionMapper.cs#L52
'FlarumDiscussionDto' does not contain a definition for 'CanManageReply' and no accessible extension method 'CanManageReply' accepting a first argument of type 'FlarumDiscussionDto' could be found (are you missing a using directive or an assembly reference?)
build: Flarum.Provider/Mappers/DiscussionDataToFlarumDiscussionMapper.cs#L52
'FlarumDiscussionDto' does not contain a definition for 'CanManageReply' and no accessible extension method 'CanManageReply' accepting a first argument of type 'FlarumDiscussionDto' could be found (are you missing a using directive or an assembly reference?)
build: Flarum.Provider/Mappers/DiscussionDataToFlarumDiscussionMapper.cs#L52
'FlarumDiscussionDto' does not contain a definition for 'CanManageReply' and no accessible extension method 'CanManageReply' accepting a first argument of type 'FlarumDiscussionDto' could be found (are you missing a using directive or an assembly reference?)
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/ApiContracts/GetForumInfoApi.cs#L33
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetForumInfoApi.cs#L37
Non-nullable property 'flarumForum' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetPostInfoApi.cs#L48
Non-nullable property 'PostId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetPostInfoApi.cs#L58
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetPostInfoApi.cs#L62
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetSingleDiscussionApi.cs#L58
Non-nullable property 'DiscussionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetSingleDiscussionApi.cs#L66
Non-nullable property 'FlarumDiscussion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetSingleDiscussionApi.cs#L67
Non-nullable property 'Relationships' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Flarum.Api/ApiContracts/GetUserInfoApi.cs#L48
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.