Skip to content

Merge pull request #38 from serilog-contrib/feature/drop-dotnet-frame… #29

Merge pull request #38 from serilog-contrib/feature/drop-dotnet-frame…

Merge pull request #38 from serilog-contrib/feature/drop-dotnet-frame… #29

Triggered via push July 18, 2024 21:04
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Serilog.Enrichers.ClientInfo/Enrichers/ClientHeaderEnricher.cs#L40
Missing XML comment for publicly visible type or member 'ClientHeaderEnricher.Enrich(LogEvent, ILogEventPropertyFactory)'
build: src/Serilog.Enrichers.ClientInfo/Enrichers/ClientIpEnricher.cs#L10
Missing XML comment for publicly visible type or member 'ClientIpEnricher'
build: src/Serilog.Enrichers.ClientInfo/Enrichers/ClientIpEnricher.cs#L29
Missing XML comment for publicly visible type or member 'ClientIpEnricher.Enrich(LogEvent, ILogEventPropertyFactory)'
build: src/Serilog.Enrichers.ClientInfo/Enrichers/ClientHeaderEnricher.cs#L40
Missing XML comment for publicly visible type or member 'ClientHeaderEnricher.Enrich(LogEvent, ILogEventPropertyFactory)'
build: src/Serilog.Enrichers.ClientInfo/Enrichers/ClientIpEnricher.cs#L10
Missing XML comment for publicly visible type or member 'ClientIpEnricher'
build: src/Serilog.Enrichers.ClientInfo/Enrichers/ClientIpEnricher.cs#L29
Missing XML comment for publicly visible type or member 'ClientIpEnricher.Enrich(LogEvent, ILogEventPropertyFactory)'
build: src/Serilog.Enrichers.ClientInfo/Enrichers/ClientHeaderEnricher.cs#L40
Missing XML comment for publicly visible type or member 'ClientHeaderEnricher.Enrich(LogEvent, ILogEventPropertyFactory)'
build: src/Serilog.Enrichers.ClientInfo/Enrichers/ClientIpEnricher.cs#L10
Missing XML comment for publicly visible type or member 'ClientIpEnricher'
build: src/Serilog.Enrichers.ClientInfo/Enrichers/ClientIpEnricher.cs#L29
Missing XML comment for publicly visible type or member 'ClientIpEnricher.Enrich(LogEvent, ILogEventPropertyFactory)'
build: test/Serilog.Enrichers.ClientInfo.Tests/CorrelationIdEnricherTests.cs#L27
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)