Skip to content

Commit 09207ee

Browse files
authored
Remove MSAL v3 migration aid (#4987)
* Force use specific version of .net SDK * 2 * Add variance * Remove MSAL v3 migration aid * fix * update * 2
1 parent 05455a5 commit 09207ee

File tree

15 files changed

+269
-3534
lines changed

15 files changed

+269
-3534
lines changed

build/template-build-and-run-all-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs: #Build and stage projects
7474
checkCoverage: '$(CodeCoverageGateEnabled)'
7575
coverageFailOption: 'build'
7676
coverageType: 'lines'
77+
allowCoverageVariance: true
78+
coverageVariance: 1 # Specify by how much the current amount of covered or uncovered code (depending on the parameter *Use Uncovered Elements*) may deviate from the previous value before the policy fails. Please be aware that the code coverage may slowly but steadily decrease from build to build if you allow a code coverage variance. Thus, you should keep this value as low as possible.
7779
treat0of0as100: true
7880
forceCoverageImprovement: true
7981
coverageUpperThreshold: '90'

global.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"msbuild-sdks": {
3-
"MSBuild.Sdk.Extras": "3.0.44"
4-
}
5-
}
2+
"sdk": {
3+
"version": "6.0.428",
4+
"rollForward": "latestFeature"
5+
}
6+
}

src/client/Microsoft.Identity.Client/ConfidentialClientApplication.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ namespace Microsoft.Identity.Client
2323
public sealed partial class ConfidentialClientApplication
2424
: ClientApplicationBase,
2525
IConfidentialClientApplication,
26-
IConfidentialClientApplicationWithCertificate,
2726
IByRefreshToken,
2827
ILongRunningWebApi,
2928
IByUsernameAndPassword

src/client/Microsoft.Identity.Client/MigrationAid/MigrationAid.cs

Lines changed: 0 additions & 2177 deletions
This file was deleted.

src/client/Microsoft.Identity.Client/MigrationAid/TokenCache.MigrationAid.cs

Lines changed: 0 additions & 305 deletions
This file was deleted.

src/client/Microsoft.Identity.Client/PublicApi/net462/PublicAPI.Shipped.txt

Lines changed: 2 additions & 154 deletions
Large diffs are not rendered by default.

src/client/Microsoft.Identity.Client/PublicApi/net472/PublicAPI.Shipped.txt

Lines changed: 2 additions & 154 deletions
Large diffs are not rendered by default.

src/client/Microsoft.Identity.Client/PublicApi/net6.0-android/PublicAPI.Shipped.txt

Lines changed: 238 additions & 200 deletions
Large diffs are not rendered by default.

src/client/Microsoft.Identity.Client/PublicApi/net6.0-ios15.4/PublicAPI.Shipped.txt

Lines changed: 16 additions & 200 deletions
Large diffs are not rendered by default.

src/client/Microsoft.Identity.Client/PublicApi/net6.0/PublicAPI.Shipped.txt

Lines changed: 2 additions & 154 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)