-
Notifications
You must be signed in to change notification settings - Fork 4k
Convert StaticAnalysis to .NET Core #6979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e2d6ef5
c4d55a6
db7b142
37b422e
db3a53a
1d025bf
b141f3a
92f4a67
759d4a6
f4848ec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,6 @@ | |
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="7.1.0-preview" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Common projects aren't used... why the change(s)? |
||
<PackageReference Include="WindowsAzure.Storage" Version="9.0.0" /> | ||
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" /> | ||
</ItemGroup> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="7.1.0-preview" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Common projects aren't used... why the change(s)? |
||
<PackageReference Include="WindowsAzure.Storage" Version="9.0.0" /> | ||
</ItemGroup> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
<ItemGroup> | ||
<PackageReference Include="Azure.Batch" Version="8.1.1" /> | ||
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="4.2.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.1.1" /> | ||
<PackageReference Include="Microsoft.Extensions.Primitives" Version="1.1.0" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why the downgrade? |
||
<PackageReference Include="WindowsAzure.Storage" Version="9.0.0" /> | ||
</ItemGroup> | ||
|
||
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"Directory","AssemblyName","Expected Version","Actual Version","Parent Assembly","Severity","ProblemId","Description","Remediation" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" | ||
"Microsoft.Azure.Commands.Aks.dll","Microsoft.Azure.Commands.Aks.GetAzureRmAks","Get-AzureRmAks","0","1020","The cmdlet 'Get-AzureRmAks' no longer has output type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster]'.","Make cmdlet 'Get-AzureRmAks' return type 'System.Collections.Generic.List`1[Microsoft.Azure.Commands.Aks.Models.PSKubernetesCluster]'." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"Directory","AssemblyName","Severity","ProblemId","Description","Remediation" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"Assembly","HelpFile","Target","Severity","ProblemId","Description","Remediation" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"Directory","Assembly Name","Assembly Version","Referencing Assembly","Severity","ProblemId","Description","Remediation" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 👍