feat: unified CLI with profile-based authentication #28
Annotations
10 warnings
|
src/PPDS.Auth/ServiceClientFactory.cs#L246
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
tests/PPDS.Dataverse.Tests/Progress/ProgressTrackerTests.cs#L372
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
tests/PPDS.Dataverse.Tests/Progress/ProgressTrackerTests.cs#L334
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
tests/PPDS.Dataverse.Tests/Progress/ProgressTrackerTests.cs#L372
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
tests/PPDS.Dataverse.Tests/Progress/ProgressTrackerTests.cs#L334
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
tests/PPDS.Dataverse.Tests/Progress/ProgressTrackerTests.cs#L372
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
tests/PPDS.Dataverse.Tests/Progress/ProgressTrackerTests.cs#L334
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading