File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
JsonApiDotNetCore.Annotations
JsonApiDotNetCore.SourceGenerators Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "jetbrains.resharper.globaltools" : {
6- "version" : " 2025.1.4 " ,
6+ "version" : " 2025.1.5 " ,
77 "commands" : [
88 " jb"
99 ],
1717 "rollForward" : false
1818 },
1919 "dotnet-reportgenerator-globaltool" : {
20- "version" : " 5.4.7 " ,
20+ "version" : " 5.4.11 " ,
2121 "commands" : [
2222 " reportgenerator"
2323 ],
Original file line number Diff line number Diff line change 5454 </PropertyGroup >
5555
5656 <ItemGroup >
57- <PackageReference Include =" JetBrains.Annotations" Version =" 2024.3 .*" PrivateAssets =" All" />
57+ <PackageReference Include =" JetBrains.Annotations" Version =" 2025.2 .*" PrivateAssets =" All" />
5858 <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.*" PrivateAssets =" All" />
5959 <AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
6060 </ItemGroup >
Original file line number Diff line number Diff line change 44 <CodeAnalysisFrozenVersion >4.1.0</CodeAnalysisFrozenVersion >
55 <DemystifierFrozenVersion >0.4.1</DemystifierFrozenVersion >
66 <HumanizerFrozenVersion >2.14.1</HumanizerFrozenVersion >
7- <SwashbuckleFrozenVersion >9.0.1</SwashbuckleFrozenVersion >
87 <NewtonsoftJsonFrozenVersion >13.0.3</NewtonsoftJsonFrozenVersion >
8+ <SwashbuckleFrozenVersion >9.0.3</SwashbuckleFrozenVersion >
9+ <SystemTextRegularExpressionsFrozenVersion >4.3.1</SystemTextRegularExpressionsFrozenVersion >
910
1011 <!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
1112 <BenchmarkDotNetVersion >0.15.*</BenchmarkDotNetVersion >
2122 <MicrosoftApiClientVersion >9.0.*</MicrosoftApiClientVersion >
2223 <MicrosoftApiServerVersion >9.0.*</MicrosoftApiServerVersion >
2324 <MiniValidationVersion >0.9.*</MiniValidationVersion >
24- <NSwagApiClientVersion >14.4 .*</NSwagApiClientVersion >
25+ <NSwagApiClientVersion >14.5 .*</NSwagApiClientVersion >
2526 <NewtonsoftJsonVersion >13.0.*</NewtonsoftJsonVersion >
2627 <ReadableExpressionsVersion >4.1.*</ReadableExpressionsVersion >
27- <ScalarAspNetCoreVersion >2.4 .*</ScalarAspNetCoreVersion >
28+ <ScalarAspNetCoreVersion >2.6 .*</ScalarAspNetCoreVersion >
2829 <SwashbuckleVersion >9.*-*</SwashbuckleVersion >
2930 <SystemTextJsonVersion >9.0.*</SystemTextJsonVersion >
3031 <TestSdkVersion >17.14.*</TestSdkVersion >
Original file line number Diff line number Diff line change 4646
4747 <ItemGroup >
4848 <PackageReference Include =" SauceControl.InheritDoc" Version =" $(InheritDocVersion)" PrivateAssets =" All" />
49+ <PackageReference Include =" System.Text.RegularExpressions" Condition =" '$(TargetFramework)' == 'netstandard1.0'"
50+ Version =" $(SystemTextRegularExpressionsFrozenVersion)" />
4951 </ItemGroup >
5052</Project >
Original file line number Diff line number Diff line change 1+ using JetBrains . Annotations ;
2+
13namespace JsonApiDotNetCore . SourceGenerators ;
24
35// IMPORTANT: A copy of this type exists in the JsonApiDotNetCore project. Keep these in sync when making changes.
6+ [ PublicAPI ]
47[ Flags ]
58public enum JsonApiEndpointsCopy
69{
You can’t perform that action at this time.
0 commit comments