Skip to content

Test build scripts

Test build scripts #1

Triggered via push May 16, 2023 18:48
Status Success
Total duration 1m 41s
Billable time 2m
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, NuGet/setup-nuget@v1.0.5, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/CodeArt.Optimizely.PropertyInheritance/InheritAttribute.cs#L9
Non-nullable property 'SwitchPropertyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CodeArt.Optimizely.PropertyInheritance/InheritAttribute.cs#L24
Non-nullable property 'ParentPropertyToInheritFrom' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CodeArt.Optimizely.PropertyInheritance/InheritanceHelper.cs#L26
Dereference of a possibly null reference.
build: src/CodeArt.Optimizely.PropertyInheritance/InheritanceHelper.cs#L27
Possible null reference argument for parameter 'c' in 'IEnumerable<PropertyInfo> PropertyInheritor.GetPropertiesWithAttribute(IContent c, Type a)'.
build: src/CodeArt.Optimizely.PropertyInheritance/InheritanceHelper.cs#L34
Dereference of a possibly null reference.
build: src/CodeArt.Optimizely.PropertyInheritance/InheritanceHelper.cs#L34
Dereference of a possibly null reference.
build: src/CodeArt.Optimizely.PropertyInheritance/InheritanceHelper.cs#L34
Unboxing a possibly null value.
build: src/CodeArt.Optimizely.PropertyInheritance/InheritanceHelper.cs#L36
Dereference of a possibly null reference.
build: src/CodeArt.Optimizely.PropertyInheritance/InheritanceHelper.cs#L41
Dereference of a possibly null reference.
build: src/CodeArt.Optimizely.PropertyInheritance/InheritanceHelper.cs#L55
Dereference of a possibly null reference.