Skip to content

Subdirectory path issue fix #2

Subdirectory path issue fix

Subdirectory path issue fix #2

Triggered via release August 16, 2023 13:33
@sdseatonsdseaton
published v1.0.1
Status Success
Total duration 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: release
Fit to window
Zoom out
Zoom in

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: KustoSchemaTools/Changes/PermissionChange.cs#L35
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<AADObject, string>(IEnumerable<AADObject> source, Func<AADObject, string> selector)'.
build: KustoSchemaTools/Changes/PermissionChange.cs#L59
Possible null reference argument for parameter 'outer' in 'IEnumerable<<anonymous type: AADObject from, AADObject to>> Enumerable.Join<AADObject, AADObject, string, <anonymous type: AADObject from, AADObject to>>(IEnumerable<AADObject> outer, IEnumerable<AADObject> inner, Func<AADObject, string> outerKeySelector, Func<AADObject, string> innerKeySelector, Func<AADObject, AADObject, <anonymous type: AADObject from, AADObject to>> resultSelector)'.
build: KustoSchemaTools/Changes/DatabaseScriptContainer.cs#L7
Non-nullable property 'Script' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: KustoSchemaTools/Changes/DatabaseScriptContainer.cs#L7
Non-nullable property 'Kind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: KustoSchemaTools/Parser/KustoLoader/EnitityLoader.cs#L5
Non-nullable property 'EntityName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: KustoSchemaTools/Parser/KustoLoader/EnitityLoader.cs#L6
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: KustoSchemaTools/Parser/KustoExtensions.cs#L25
Dereference of a possibly null reference.
build: KustoSchemaTools/Parser/KustoExtensions.cs#L27
Dereference of a possibly null reference.
build: KustoSchemaTools/Parser/KustoExtensions.cs#L29
Dereference of a possibly null reference.
build: KustoSchemaTools/Parser/KustoExtensions.cs#L31
Dereference of a possibly null reference.