Skip to content

Commit

Permalink
Next (#1970)
Browse files Browse the repository at this point in the history
* Feature/conventions next (#1947)

* Update open-telemetry to v1.8.1 (#1945)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency SimplerSoftware.EntityFrameworkCore.SqlServer.NodaTime to v8 (#1666)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Updated projects

* wip

* wip

* wip

* more conventions changes

* wip

* wip on fixing tests

* wip on starting fixing alba tests

* drop legacy analyzers

* Unit tests are now fixed...

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* updated dotnet tools

* Feature/ latest preview (#1948)

* more wip

* Fix some lp errors

* update to latest conventions (#1950)

* next preview (#1951)

* revert automapper back to using assembly scanning (#1952)

* revert automapper back to using assembly scanning

* Automatically linting code

---------

Co-authored-by: Rocket Understudy <[email protected]>

* Revert "revert automapper back to using assembly scanning (#1952)"

This reverts commit 757cab7.

* Bump preview (#1955)

* bumps

* fixed some bits

* latest v

* latest v

* bump lp (#1956)

* Updated to latest preview (#1960)

* Nextpreivew0again (#1967)

* bump conventions

* bump lp

* bump lp

* Automatically linting code

---------

Co-authored-by: Rocket Understudy <[email protected]>

* Automatically linting code

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rocket Understudy <[email protected]>
  • Loading branch information
3 people authored Apr 25, 2024
1 parent e3df4a4 commit a7c46f0
Show file tree
Hide file tree
Showing 230 changed files with 2,096 additions and 3,976 deletions.
2 changes: 1 addition & 1 deletion .build/.build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RootNamespace />
<IsPackable>False</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"commands": ["docfx"]
},
"strawberryshake.tools": {
"version": "14.0.0-p.85",
"version": "14.0.0-p.90",
"commands": ["dotnet-graphql"]
},
"dotnet-outdated-tool": {
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<NukeTelemetryVersion>1</NukeTelemetryVersion>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<ImplicitUsings>enable</ImplicitUsings>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsTrimmable>
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
<NoWarn>$(NoWarn);0436;CA1014;CA1062</NoWarn>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
PrivateAssets="All"
Condition="'$(MSBuildProjectName)'!='.build'"
/>
-->
<PackageReference Include="Roslynator.Analyzers" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" />
<PackageReference Include="Roslynator.Formatting.Analyzers" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" />
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" />
<PackageReference Include="Roslynator.CodeFixes" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" />
<PackageReference Include="Roslynator.Refactorings" IncludeAssets="analyzers;build;buildMultitargeting;buildTransitive" PrivateAssets="All" />
-->
</ItemGroup>
</Project>
60 changes: 29 additions & 31 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
<PackageVersion Include="Grpc.AspNetCore" Version="2.62.0" />
<PackageVersion Include="Humanizer.Core" Version="2.14.1" />
<PackageVersion Include="Hellang.Middleware.ProblemDetails" Version="6.5.1" />
<PackageVersion Include="HotChocolate" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Abstractions" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Data" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Diagnostics" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Execution.Abstractions" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Data.AutoMapper" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Data.Spatial" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Types.Analyzers" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Types.CursorPagination" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Types.OffsetPagination" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Types.NodaTime" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate.Types.Spatial" Version="14.0.0-p.85" />
<PackageVersion Include="StrawberryShake.Transport.Http" Version="14.0.0-p.85" />
<PackageVersion Include="StrawberryShake" Version="14.0.0-p.85" />
<PackageVersion Include="StrawberryShake.Core" Version="14.0.0-p.85" />
<PackageVersion Include="StrawberryShake.Server" Version="14.0.0-p.85" />
<PackageVersion Include="StrawberryShake.Maui" Version="14.0.0-p.85" />
<PackageVersion Include="StrawberryShake.Blazor" Version="14.0.0-p.85" />
<PackageVersion Include="StrawberryShake.Razor" Version="14.0.0-p.85" />
<PackageVersion Include="HotChocolate" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Abstractions" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Data" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Diagnostics" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Execution.Abstractions" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Data.AutoMapper" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Data.EntityFramework" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Data.Spatial" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Types.Analyzers" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Types.CursorPagination" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Types.OffsetPagination" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Types.NodaTime" Version="14.0.0-p.90" />
<PackageVersion Include="HotChocolate.Types.Spatial" Version="14.0.0-p.90" />
<PackageVersion Include="StrawberryShake.Transport.Http" Version="14.0.0-p.90" />
<PackageVersion Include="StrawberryShake" Version="14.0.0-p.90" />
<PackageVersion Include="StrawberryShake.Core" Version="14.0.0-p.90" />
<PackageVersion Include="StrawberryShake.Server" Version="14.0.0-p.90" />
<PackageVersion Include="StrawberryShake.Maui" Version="14.0.0-p.90" />
<PackageVersion Include="StrawberryShake.Blazor" Version="14.0.0-p.90" />
<PackageVersion Include="StrawberryShake.Razor" Version="14.0.0-p.90" />
<PackageVersion Include="MediatR" Version="12.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0" />
Expand Down Expand Up @@ -91,18 +91,16 @@
<PackageVersion Include="Polly" Version="8.3.1" />
<PackageVersion Include="StronglyTypedId" Version="1.0.0-beta07" />
<PackageVersion Include="Rocket.Surgery.Build.Information" Version="3.3.11" />
<PackageVersion Include="Rocket.Surgery.Conventions" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.Abstractions" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.Attributes" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.CommandLine" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.DependencyModel" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.Conventions.DryIoc" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.Conventions" Version="14.0.0-next.19" />
<PackageVersion Include="Rocket.Surgery.Conventions.Abstractions" Version="14.0.0-next.19" />
<PackageVersion Include="Rocket.Surgery.Conventions.Attributes" Version="14.0.0-next.19" />
<PackageVersion Include="Rocket.Surgery.CommandLine" Version="14.0.0-next.19" />
<PackageVersion Include="Rocket.Surgery.Conventions.DependencyModel" Version="14.0.0-next.19" />
<PackageVersion Include="Rocket.Surgery.Conventions.DryIoc" Version="14.0.0-next.19" />
<PackageVersion Include="Rocket.Surgery.DependencyInjection.Extensions" Version="12.1.0" />
<PackageVersion Include="Rocket.Surgery.Extensions" Version="12.1.0" />
<PackageVersion Include="Rocket.Surgery.Hosting" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.Hosting.Abstractions" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.Web.Hosting" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.WebAssembly.Hosting" Version="12.11.2" />
<PackageVersion Include="Rocket.Surgery.Hosting" Version="14.0.0-next.19" />
<PackageVersion Include="Rocket.Surgery.WebAssembly.Hosting" Version="14.0.0-next.19" />
<PackageVersion Include="Scrutor" Version="4.2.2" />
<PackageVersion Include="Serilog" Version="3.1.1" />
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.1" />
Expand Down
9 changes: 0 additions & 9 deletions Directory.Packages.support.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,4 @@
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<PackageVersion Include="System.ComponentModel.Annotations" Version="4.7.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageVersion Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.24" />
<PackageVersion Update="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.24" />
<PackageVersion Update="Microsoft.AspNetCore.Components.Web" Version="6.0.24" />
<PackageVersion Update="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.24" />
<PackageVersion Update="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.24" />
<PackageVersion Update="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.14" />
<PackageVersion Update="Microsoft.EntityFrameworkCore" Version="7.0.14" />
</ItemGroup>
</Project>
Loading

0 comments on commit a7c46f0

Please sign in to comment.