fix url of markdown (#362) #127
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 use a deprecated Node.js version 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#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#L106
XML comment has cref attribute 'TryGetAuthProvider{TAuth, TResult}' that could not be resolved
|
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 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.
|