Skip to content

Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 #212

Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0

Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 #212

Triggered via pull request July 30, 2026 21:44
Status Success
Total duration 43s
Artifacts

dotnet-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: KustoSchemaTools/KustoTypes/ShowDatabase.cs#L8
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: KustoSchemaTools/KustoTypes/ShowDatabase.cs#L7
Non-nullable property 'PersistentStorage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: KustoSchemaTools/KustoTypes/ShowDatabase.cs#L6
Non-nullable property 'DatabaseName' 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/Model/Database.cs#L11
'RetentionAndCachePolicy' is obsolete: 'Use policies instead'
build: KustoSchemaTools/KustoTypes/DB/TableRows.cs#L11
'RetentionAndCachePolicy' is obsolete: 'Use policies instead'
build: KustoSchemaTools/KustoTypes/DB/MaterializedViewRows.cs#L15
'RetentionAndCachePolicy' is obsolete: 'Use policies instead'