Skip to content

make RpcHttpSessionManager public #13

make RpcHttpSessionManager public

make RpcHttpSessionManager public #13

Triggered via push February 11, 2024 17:17
Status Success
Total duration 1m 3s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Common.Shared/HasStream.cs#L8
Non-nullable property 'Stream' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Shared/TaskExt.cs#L32
The variable 'e' is declared but never used
build: Common.Client/AuthService.cs#L35
Dereference of a possibly null reference.
build: Common.Client/AuthService.cs#L273
Nullable value type may be null.
build: Common.Shared.Test/MinMaxTests.cs#L20
The variable 'ex' is declared but never used
build: Common.Shared.Test/MinMaxTests.cs#L33
The variable 'ex' is declared but never used
build: Common.Shared.Test/TaskExtTests.cs#L9
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: Common.Server/Auth/FcmReg.cs#L8
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/Auth/FcmReg.cs#L9
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Common.Server/Auth/FcmReg.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.