forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix newtonsoft.json loading (Azure#12982)
* update newtonsoft.json * add exceptions of shared assembly conflict Co-authored-by: Yeming Liu <yeliu@microsoft.com>
- Loading branch information
Showing
4 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
tools/StaticAnalysis/Exceptions/Az.DeviceProvisioningServices/SharedAssemblyConflict.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"Target","AssemblyName","AssemblyVersion","Severity","ProblemId","Description","Remediation" | ||
"File version 12.0 in D:\a\1\s\artifacts\Debug\Az.DeviceProvisioningServices\Newtonsoft.Json.dll, File version 10.0 in D:\a\1\s\artifacts\Debug\Az.Accounts\Newtonsoft.Json.dll","Newtonsoft.Json","12.0.0.0","0","7000","Shared assembly conflict, shared assemblies with the same assembly version have differing file versions","Update the assembly reference for Newtonsoft.Json in one of the referring assemblies" |
2 changes: 2 additions & 0 deletions
2
tools/StaticAnalysis/Exceptions/Az.IotHub/SharedAssemblyConflict.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"Target","AssemblyName","AssemblyVersion","Severity","ProblemId","Description","Remediation" | ||
"File version 12.0 in D:\a\1\s\artifacts\Debug\Az.IotHub\Newtonsoft.Json.dll, File version 10.0 in D:\a\1\s\artifacts\Debug\Az.Accounts\Newtonsoft.Json.dll","Newtonsoft.Json","12.0.0.0","0","7000","Shared assembly conflict, shared assemblies with the same assembly version have differing file versions","Update the assembly reference for Newtonsoft.Json in one of the referring assemblies" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters