Bump Fluid.Core from 2.5.0 to 2.9.0 #43
Annotations
11 warnings
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/.
|
Run:
Common.Shared/TaskExt.cs#L32
The variable 'e' is declared but never used
|
Run:
Common.Shared/HasStream.cs#L8
Non-nullable property 'Stream' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run:
Common.Server/StoreConfig.cs#L11
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run:
Common.Server/StoreConfig.cs#L12
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run:
Common.Server/StoreConfig.cs#L13
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run:
Common.Server/StoreConfig.cs#L14
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run:
Common.Server/SignedSession.cs#L9
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run:
Common.Server/SignedSession.cs#L12
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run:
Common.Server/SessionConfig.cs#L5
Non-nullable property 'SignatureKeys' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run:
Common.Server/Session.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading