Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ dotnet_diagnostic.IDE0305.severity = none
dotnet_diagnostic.IDE0330.severity = warning
dotnet_diagnostic.IDE1006.severity = warning

dotnet_diagnostic.RS1035.severity = none
dotnet_diagnostic.RS1042.severity = none


4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageVersion Include="ini-parser-netstandard" Version="2.5.2" />
<PackageVersion Include="LovettSoftware.XmlDiff" Version="1.1.0" />
<PackageVersion Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="8.0.8" />
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.13.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM mcr.microsoft.com/dotnet/aspnet:9.0.4-bookworm-slim-amd64 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0.5-bookworm-slim-amd64 AS base
WORKDIR /app
ENV ASPNETCORE_URLS=http://+:80
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:9.0.203-bookworm-slim-amd64 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0.300-bookworm-slim-amd64 AS build

RUN set -uex \
&& apt-get update \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,7 @@ class ClassName
Message: "______________________________________________________________________________________________________________"
}
) { }

var needsUpdatedRoslyn = y is y ? [] : z ?? [];
}
}
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-rc.2",
"version": "9.0.204",
"rollForward": "latestFeature"
},
"msbuild-sdks": {
Expand Down