Skip to content

A lot of features https://github.com/baking-bad/matrix-dotnet-sdk/pul… #31

A lot of features https://github.com/baking-bad/matrix-dotnet-sdk/pul…

A lot of features https://github.com/baking-bad/matrix-dotnet-sdk/pul… #31

Triggered via push March 13, 2024 19:50
Status Success
Total duration 2m 9s
Artifacts

publish.yml

on: push
build, pack & publish
17s
build, pack & publish
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build, pack & publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, Elskom/publish-nuget@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build, pack & publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, Elskom/publish-nuget@main. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build, pack & publish: Matrix.Sdk/MatrixClient.cs#L37
Non-nullable event 'OnMatrixRoomEventsReceived' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build, pack & publish: Matrix.Sdk/MatrixClient.cs#L37
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build, pack & publish: Matrix.Sdk/Core/Domain/Services/PollingService.cs#L26
Non-nullable field '_matrixRooms' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: Matrix.Sdk/Core/Domain/Services/PollingService.cs#L26
Non-nullable field '_cts' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: Matrix.Sdk/Core/Domain/Services/PollingService.cs#L26
Non-nullable field '_nextBatch' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build, pack & publish: Matrix.Sdk/Core/Domain/Services/PollingService.cs#L26
Non-nullable event 'OnSyncBatchReceived' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build, pack & publish: Matrix.Sdk/MatrixClient.cs#L161
Cannot convert null literal to non-nullable reference type.
build, pack & publish: Matrix.Sdk/Core/Domain/RoomEvent/TextMessageEvent.cs#L16
Converting null literal or possible null value to non-nullable type.
build, pack & publish: Matrix.Sdk/MatrixClient.cs#L166
Cannot convert null literal to non-nullable reference type.
build, pack & publish: Matrix.Sdk/Core/Infrastructure/Services/RoomService.cs#L59
Dereference of a possibly null reference.
build, pack & publish
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build, pack & publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/