Skip to content

fix: removed parallel execution and added cancellation token #21

fix: removed parallel execution and added cancellation token

fix: removed parallel execution and added cancellation token #21

Triggered via push November 11, 2023 20:05
Status Success
Total duration 1m 18s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
ronimizy
approved Nov 11, 2023
nuget.org

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/SourceKit/Extensions/TypeSymbolExtensions.cs#L17
Use 'SymbolEqualityComparer' when comparing symbols
build: src/analyzers/SourceKit.Analyzers.Enumerable/Analyzers/OfTypeMustUseDerivedTypeAnalyzer.cs#L18
Enable analyzer release tracking for the analyzer project containing rule 'SK1300'
build: src/analyzers/SourceKit.Analyzers.Properties/Analyzers/DeclarationCouldBeConvertedToPropertyAnalyzer.cs#L21
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
build: src/analyzers/SourceKit.Analyzers.Properties/Analyzers/DeclarationCouldBeConvertedToPropertyAnalyzer.cs#L19
Enable analyzer release tracking for the analyzer project containing rule 'SK1400'
build: src/analyzers/SourceKit.Analyzers.Collections/Analyzers/DictionaryKeyTypeMustImplementEquatableAnalyzer.cs#L19
Enable analyzer release tracking for the analyzer project containing rule 'SK1500'
build: src/analyzers/SourceKit.Analyzers.Collections/Analyzers/ListForEachNotAllowedAnalyzer.cs#L18
Enable analyzer release tracking for the analyzer project containing rule 'SK1501'
build: src/analyzers/SourceKit.Analyzers.MemberAccessibility/Analyzers/FieldCannotBePublicAnalyzer.cs#L16
Enable analyzer release tracking for the analyzer project containing rule 'SK1101'
build: src/analyzers/SourceKit.Analyzers.MemberAccessibility/Analyzers/PropertyCannotBePrivateAnalyzer.cs#L16
Enable analyzer release tracking for the analyzer project containing rule 'SK1100'
build: src/analyzers/SourceKit.Analyzers.MustBePartial/Analyzers/TypeMustBePartialAnalyzer.cs#L18
Enable analyzer release tracking for the analyzer project containing rule 'SK1000'
build: src/SourceKit.Reflect/Reflectors/Method/MethodReflector.cs#L60
Dereference of a possibly null reference.