Skip to content

Handle permissions for follower correctly #101

Handle permissions for follower correctly

Handle permissions for follower correctly #101

Triggered via pull request December 4, 2025 21:26
Status Success
Total duration 37s
Artifacts

dotnet-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: KustoSchemaTools/Changes/BaseChange.cs#L6
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: KustoSchemaTools/Changes/BaseChange.cs#L6
Non-nullable property 'Markdown' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: KustoSchemaTools/Helpers/Serialization.cs#L74
Possible null reference return.
build: KustoSchemaTools/Helpers/Serialization.cs#L69
Possible null reference return.
build: KustoSchemaTools/Helpers/Serialization.cs#L63
Possible null reference argument for parameter 'o' in 'JObject JObject.FromObject(object o, JsonSerializer jsonSerializer)'.
build: KustoSchemaTools/Helpers/Serialization.cs#L62
Possible null reference argument for parameter 'o' in 'JObject JObject.FromObject(object o, JsonSerializer jsonSerializer)'.
build: KustoSchemaTools/Changes/ScriptCompareChange.cs#L15
Possible null reference argument for parameter 'from' in 'BaseChange<IKustoBaseEntity>.BaseChange(string entityType, string entity, IKustoBaseEntity from, IKustoBaseEntity to)'.
build: KustoSchemaTools/KustoTypes/DB/TableRows.cs#L11
'RetentionAndCachePolicy' is obsolete: 'Use policies instead'
build: KustoSchemaTools/Model/Database.cs#L11
'RetentionAndCachePolicy' is obsolete: 'Use policies instead'
build: KustoSchemaTools/KustoTypes/DB/MaterializedViewRows.cs#L15
'RetentionAndCachePolicy' is obsolete: 'Use policies instead'