Skip to content

Create dependencies #103

Create dependencies

Create dependencies #103

Triggered via push September 18, 2024 12:05
Status Success
Total duration 1m 0s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

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/IO/JsonIndexWriterManager.cs#L54
The variable 'e' is declared but never used
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>'
build: src/DotJEM.Json.Index2/Configuration/IFactory.cs#L13
Missing XML comment for publicly visible type or member 'FuncFactory<TService>.FuncFactory(Func<TService>)'
build: src/DotJEM.Json.Index2/Configuration/IFactory.cs#L14
Missing XML comment for publicly visible type or member 'FuncFactory<TService>.Create()'