diff --git a/.automation/test/csharp_roslynator/fix/csharp_fix_project.csproj b/.automation/test/csharp_roslynator/fix/csharp_fix_project.csproj index 44a8df58755..95bd4b4a53c 100644 --- a/.automation/test/csharp_roslynator/fix/csharp_fix_project.csproj +++ b/.automation/test/csharp_roslynator/fix/csharp_fix_project.csproj @@ -8,11 +8,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Dockerfile b/Dockerfile index 70f92740852..a484a30ddb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -135,7 +135,7 @@ ARG CLJ_STYLE_VERSION=0.17.642 # renovate: datasource=nuget depName=csharpier ARG CSHARP_CSHARPIER_VERSION=0.30.6 # renovate: datasource=nuget depName=roslynator.dotnet.cli -ARG CSHARP_ROSLYNATOR_VERSION=0.9.3 +ARG CSHARP_ROSLYNATOR_VERSION=0.10.0 # renovate: datasource=dart-version depName=dart ARG DART_VERSION='3.6.1' # renovate: datasource=github-tags depName=golangci/golangci-lint diff --git a/flavors/dotnet/Dockerfile b/flavors/dotnet/Dockerfile index 8a6b2407c46..d2624cf6846 100644 --- a/flavors/dotnet/Dockerfile +++ b/flavors/dotnet/Dockerfile @@ -97,7 +97,7 @@ ARG BICEP_DIR='/usr/local/bin' # renovate: datasource=nuget depName=csharpier ARG CSHARP_CSHARPIER_VERSION=0.30.6 # renovate: datasource=nuget depName=roslynator.dotnet.cli -ARG CSHARP_ROSLYNATOR_VERSION=0.9.3 +ARG CSHARP_ROSLYNATOR_VERSION=0.10.0 # renovate: datasource=github-tags depName=pinterest/ktlint ARG KTLINT_VERSION=1.5.0 diff --git a/flavors/dotnetweb/Dockerfile b/flavors/dotnetweb/Dockerfile index 73991e67d41..198f10bba0a 100644 --- a/flavors/dotnetweb/Dockerfile +++ b/flavors/dotnetweb/Dockerfile @@ -97,7 +97,7 @@ ARG BICEP_DIR='/usr/local/bin' # renovate: datasource=nuget depName=csharpier ARG CSHARP_CSHARPIER_VERSION=0.30.6 # renovate: datasource=nuget depName=roslynator.dotnet.cli -ARG CSHARP_ROSLYNATOR_VERSION=0.9.3 +ARG CSHARP_ROSLYNATOR_VERSION=0.10.0 # renovate: datasource=github-tags depName=pinterest/ktlint ARG KTLINT_VERSION=1.5.0 diff --git a/flavors/formatters/Dockerfile b/flavors/formatters/Dockerfile index f283cb7021b..594be5c220e 100644 --- a/flavors/formatters/Dockerfile +++ b/flavors/formatters/Dockerfile @@ -59,7 +59,7 @@ ARG POWERSHELL_VERSION=7.5.0 # renovate: datasource=nuget depName=csharpier ARG CSHARP_CSHARPIER_VERSION=0.30.6 # renovate: datasource=nuget depName=roslynator.dotnet.cli -ARG CSHARP_ROSLYNATOR_VERSION=0.9.3 +ARG CSHARP_ROSLYNATOR_VERSION=0.10.0 # renovate: datasource=nuget depName=PSScriptAnalyzer registryUrl=https://www.powershellgallery.com/api/v2/ ARG PSSA_VERSION='1.23.0' diff --git a/linters/csharp_roslynator/Dockerfile b/linters/csharp_roslynator/Dockerfile index 4ca81289d11..540327ef5f5 100644 --- a/linters/csharp_roslynator/Dockerfile +++ b/linters/csharp_roslynator/Dockerfile @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21 ############################################################################################# #ARG__START # renovate: datasource=nuget depName=roslynator.dotnet.cli -ARG CSHARP_ROSLYNATOR_VERSION=0.9.3 +ARG CSHARP_ROSLYNATOR_VERSION=0.10.0 #ARG__END #################### diff --git a/megalinter/descriptors/csharp.megalinter-descriptor.yml b/megalinter/descriptors/csharp.megalinter-descriptor.yml index 211cb071b59..c415c3695f7 100644 --- a/megalinter/descriptors/csharp.megalinter-descriptor.yml +++ b/megalinter/descriptors/csharp.megalinter-descriptor.yml @@ -111,7 +111,7 @@ linters: dockerfile: - |- # renovate: datasource=nuget depName=roslynator.dotnet.cli - ARG CSHARP_ROSLYNATOR_VERSION=0.9.3 + ARG CSHARP_ROSLYNATOR_VERSION=0.10.0 - RUN dotnet tool install -g roslynator.dotnet.cli --version "${CSHARP_ROSLYNATOR_VERSION}" ide: visual_studio: