Skip to content

Support exposing timezones relevant to processed datasources (#390) #144

Support exposing timezones relevant to processed datasources (#390)

Support exposing timezones relevant to processed datasources (#390) #144

Triggered via push December 4, 2024 20:03
Status Success
Total duration 2m 48s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and test: src/Microsoft.Performance.SDK/Processing/ApplicationEnvironmentExtensions.cs#L174
'IApplicationEnvironmentV2' is obsolete: 'This interface will be removed in version 2.0 of the SDK. It is OK to use this interface in version 1.x of the SDK.'
Build and test: src/Microsoft.Performance.SDK/Processing/ColumnBuilding/ToggleableColumnBuilder.cs#L25
XML comment has cref attribute 'Name' that could not be resolved
Build and test: src/Microsoft.Performance.SDK/Processing/ColumnBuilding/ToggleableColumnBuilder.cs#L52
XML comment has cref attribute 'Name' that could not be resolved
Build and test: src/Microsoft.Performance.SDK.Runtime/ApplicationEnvironment.cs#L17
'IApplicationEnvironmentV2' is obsolete: 'This interface will be removed in version 2.0 of the SDK. It is OK to use this interface in version 1.x of the SDK.'
Build and test: src/Microsoft.Performance.Testing.SDK/StubApplicationEnvironment.cs#L13
'IApplicationEnvironmentV2' is obsolete: 'This interface will be removed in version 2.0 of the SDK. It is OK to use this interface in version 1.x of the SDK.'
Build and test: src/Microsoft.Performance.Toolkit.Engine/EngineCreateInfo.cs#L109
XML comment has cref attribute 'TryGetAuthProvider{TAuth, TResult}' that could not be resolved
Build and test: src/Microsoft.Performance.Toolkit.Engine/RuntimeExecutionResults.cs#L66
XML comment has a param tag for 'logger', but there is no parameter by that name
Build and test: src/PluginsSystem/Microsoft.Performance.Toolkit.Plugins.Runtime.Tests/ZipPluginPackageEntryTests.cs#L160
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
Build and test: src/PluginsSystem/Microsoft.Performance.Toolkit.Plugins.Runtime.Tests/FileSystemInstalledPluginStorageTests.cs#L23
Non-nullable field 'tempDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and test: src/PluginsSystem/Microsoft.Performance.Toolkit.Plugins.Runtime.Tests/FileSystemInstalledPluginStorageTests.cs#L25
Non-nullable property 'TestContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.