v0.4.10 and .net 9.0 target #254
Annotations
11 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
Publish Nuget Package:
src/ReindexerNet.Core/CJsonQueryBuilder.cs#L831
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish Nuget Package:
src/ReindexerNet.Core/Model/Query.cs#L125
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish Nuget Package:
src/ReindexerNet.Core/Internal/CJsonWriter.cs#L243
'CJsonWriter.Dispose(bool)': new protected member declared in sealed type
|
Publish Nuget Package:
src/ReindexerNet.Core/Internal/CTag.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Publish Nuget Package:
src/ReindexerNet.Core/Internal/CJsonWriter.cs#L63
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
Publish Nuget Package:
src/ReindexerNet.Core/Internal/CJsonWriter.cs#L70
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
Publish Nuget Package:
src/ReindexerNet.Core/Internal/CJsonWriter.cs#L77
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
Publish Nuget Package:
src/ReindexerNet.Core/CJsonQueryBuilder.cs#L14
Missing XML comment for publicly visible type or member 'QueryStrictMode'
|
Publish Nuget Package:
src/ReindexerNet.Core/CJsonQueryBuilder.cs#L16
Missing XML comment for publicly visible type or member 'QueryStrictMode.QueryStrictModeNotSet'
|
Publish Nuget Package:
src/ReindexerNet.Core/CJsonQueryBuilder.cs#L17
Missing XML comment for publicly visible type or member 'QueryStrictMode.QueryStrictModeNone'
|
Loading