Skip to content

Commit

Permalink
Updating Analyzers to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Oct 11, 2023
1 parent 07581f1 commit b341da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lombiq.Vsix.Orchard/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<RunAnalyzersDuringBuild>true</RunAnalyzersDuringBuild>
</PropertyGroup>-->

<Import Project="../tools/Lombiq.Analyzers/Lombiq.Analyzers/VisualStudioExtension.Build.props" />
<Import Project="../tools/Lombiq.Analyzers/Lombiq.Analyzers.VisualStudioExtension/Build.props" />
</Project>
2 changes: 1 addition & 1 deletion tools/Lombiq.Analyzers
Submodule Lombiq.Analyzers updated 48 files
+33 −16 ConvertTo-Nuspec.ps1
+6 −7 Lombiq.Analyzers.NetFx/Build.props
+13 −0 Lombiq.Analyzers.NetFx/License.md
+40 −0 Lombiq.Analyzers.NetFx/Lombiq.Analyzers.NetFx.csproj
+13 −0 Lombiq.Analyzers.NetFx/Lombiq.Analyzers.NetFx.globalconfig
+29 −0 Lombiq.Analyzers.NetFx/Lombiq.Analyzers.NetFx.nuspec.template
+ Lombiq.Analyzers.NetFx/NuGetIcon.png
+5 −0 Lombiq.Analyzers.NetFx/Readme.md
+7 −0 Lombiq.Analyzers.NetFx/build/Lombiq.Analyzers.NetFx.props
+ Lombiq.Analyzers.NetFx/publish/Lombiq.Analyzers.NetFx.1.2.3.nupkg
+7 −0 Lombiq.Analyzers.Orchard1/Build.props
+13 −0 Lombiq.Analyzers.Orchard1/License.md
+31 −0 Lombiq.Analyzers.Orchard1/Lombiq.Analyzers.Orchard1.csproj
+2 −3 Lombiq.Analyzers.Orchard1/Lombiq.Analyzers.Orchard1.globalconfig
+29 −0 Lombiq.Analyzers.Orchard1/Lombiq.Analyzers.Orchard1.nuspec.template
+ Lombiq.Analyzers.Orchard1/NuGetIcon.png
+6 −0 Lombiq.Analyzers.Orchard1/Readme.md
+7 −0 Lombiq.Analyzers.Orchard1/build/Lombiq.Analyzers.Orchard1.props
+6 −0 Lombiq.Analyzers.OrchardCore/Build.props
+13 −0 Lombiq.Analyzers.OrchardCore/License.md
+30 −0 Lombiq.Analyzers.OrchardCore/Lombiq.Analyzers.OrchardCore.csproj
+1 −1 Lombiq.Analyzers.OrchardCore/Lombiq.Analyzers.OrchardCore.globalconfig
+29 −0 Lombiq.Analyzers.OrchardCore/Lombiq.Analyzers.OrchardCore.nuspec.template
+ Lombiq.Analyzers.OrchardCore/NuGetIcon.png
+5 −0 Lombiq.Analyzers.OrchardCore/Readme.md
+7 −0 Lombiq.Analyzers.OrchardCore/build/Lombiq.Analyzers.OrchardCore.props
+6 −0 Lombiq.Analyzers.VisualStudioExtension/Build.props
+13 −0 Lombiq.Analyzers.VisualStudioExtension/License.md
+30 −0 Lombiq.Analyzers.VisualStudioExtension/Lombiq.Analyzers.VisualStudioExtension.csproj
+10 −0 Lombiq.Analyzers.VisualStudioExtension/Lombiq.Analyzers.VisualStudioExtension.globalconfig
+29 −0 Lombiq.Analyzers.VisualStudioExtension/Lombiq.Analyzers.VisualStudioExtension.nuspec.template
+ Lombiq.Analyzers.VisualStudioExtension/NuGetIcon.png
+6 −0 Lombiq.Analyzers.VisualStudioExtension/Readme.md
+7 −0 Lombiq.Analyzers.VisualStudioExtension/build/Lombiq.Analyzers.VisualStudioExtension.props
+31 −4 Lombiq.Analyzers.sln
+0 −0 Lombiq.Analyzers/AnalyzerPackages.props
+2 −8 Lombiq.Analyzers/Build.props
+16 −14 Lombiq.Analyzers/Docs/AddingAnalyzers.md
+2 −2 Lombiq.Analyzers/Lombiq.Analyzers.VisualStudioExtension.globalconfig
+2 −2 Lombiq.Analyzers/Lombiq.Analyzers.csproj
+1 −1 Lombiq.Analyzers/Lombiq.Analyzers.globalconfig
+4 −4 Lombiq.Analyzers/Lombiq.Analyzers.nuspec.template
+5 −0 Lombiq.Analyzers/Readme.md
+2 −2 Readme.md
+1 −1 TestSolutions/Lombiq.Analyzers.PackageReference/IndirectPackageReference/IndirectPackageReference.csproj
+1 −1 TestSolutions/Lombiq.Analyzers.PackageReference/Lombiq.Analyzers.PackageReference.csproj
+1 −1 TestSolutions/Lombiq.Analyzers.ProjectReference/Lombiq.Analyzers.ProjectReference.csproj
+13 −7 TestSolutions/Lombiq.Analyzers.ProjectReference/Lombiq.Analyzers.ProjectReference.sln

0 comments on commit b341da5

Please sign in to comment.