Skip to content

Move TryGetAuthProvider to new IApplicationEnvironmentV2 interface (#… #123

Move TryGetAuthProvider to new IApplicationEnvironmentV2 interface (#…

Move TryGetAuthProvider to new IApplicationEnvironmentV2 interface (#… #123

Triggered via push July 22, 2024 20:35
Status Success
Total duration 3m 6s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build and test
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 and test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.Runtime/ApplicationEnvironment.cs#L16
'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#L106
XML comment has cref attribute 'TryGetAuthProvider{TAuth, TResult}' that could not be resolved
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.Tests/TestCookers/Source123/Source123DataSource.cs#L39
'ProcessingSource.ProcessingSource(IProcessingSourceTableProvider)' is obsolete: 'This constructor will be removed in version 2. Implement CreateTableProvider instead.'
Build and test: src/Microsoft.Performance.SDK.Tests/TestClasses/TestApplicationEnvironment.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.SDK.Tests/ProcessingSourceTests.cs#L246
'ProcessingSource.ProcessingSource(IProcessingSourceTableProvider)' is obsolete: 'This constructor will be removed in version 2. Implement CreateTableProvider instead.'
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 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 declaring the property as nullable.