TEST OF REVIEW #105
Annotations
12 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
.NET 7.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:
src/DotJEM.Json.Index2/Leases/LeaseManager.cs#L63
Type parameter 'T' has the same name as the type parameter from outer type 'LeaseManager<T>'
|
build:
src/DotJEM.Json.Index2/Leases/LeaseManager.cs#L68
Type parameter 'T' has the same name as the type parameter from outer type 'LeaseManager<T>'
|
build:
src/DotJEM.Json.Index2/Leases/LeaseManager.cs#L114
Type parameter 'T' has the same name as the type parameter from outer type 'LeaseManager<T>'
|
build:
src/DotJEM.Json.Index2/Analysis/JsonAnalyzer.cs#L17
Missing XML comment for publicly visible type or member 'JsonAnalyzer.Version'
|
build:
src/DotJEM.Json.Index2/Analysis/JsonAnalyzer.cs#L18
Missing XML comment for publicly visible type or member 'JsonAnalyzer.MaxTokenLength'
|
build:
src/DotJEM.Json.Index2/Analysis/JsonAnalyzer.cs#L20
Missing XML comment for publicly visible type or member 'JsonAnalyzer.JsonAnalyzer(LuceneVersion)'
|
build:
src/DotJEM.Json.Index2/Analysis/JsonAnalyzer.cs#L25
Missing XML comment for publicly visible type or member 'JsonAnalyzer.CreateComponents(string, TextReader)'
|
build:
src/DotJEM.Json.Index2/Configuration/IFactory.cs#L5
Missing XML comment for publicly visible type or member 'IFactory<TService>'
|
build:
src/DotJEM.Json.Index2/Configuration/IFactory.cs#L7
Missing XML comment for publicly visible type or member 'IFactory<TService>.Create()'
|
build:
src/DotJEM.Json.Index2/Configuration/IFactory.cs#L10
Missing XML comment for publicly visible type or member 'FuncFactory<TService>'
|