File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <Nullable >enable</Nullable >
4- <LangVersion >preview </LangVersion >
4+ <LangVersion >latest </LangVersion >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <IsPackable >false</IsPackable >
77 <WarnOnPackingNonPackableProject >false</WarnOnPackingNonPackableProject >
1818 <PropertyGroup >
1919 <!-- .NET 10 Preview -->
2020 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
21- <NoWarn >$(NoWarn);CA1873;NU1903;NU5104;NU1608</NoWarn >
21+ <NoWarn >$(NoWarn);CA1873;NU1903;NU5104;NU1608;IDE0340 </NoWarn >
2222 </PropertyGroup >
2323
2424 <PropertyGroup >
Original file line number Diff line number Diff line change 66using JsonApiDotNetCore . Resources . Annotations ;
77using JsonApiDotNetCore . Serialization . Objects ;
88
9+ // ReSharper disable InvalidXmlDocComment
10+ // Justification: Temporary workaround for Resharper bug at https://youtrack.jetbrains.com/issue/RSRP-501671.
11+
912namespace JsonApiDotNetCore . Configuration ;
1013
1114/// <summary>
Original file line number Diff line number Diff line change 44using JsonApiDotNetCore . Queries . Expressions ;
55using JsonApiDotNetCore . Resources . Annotations ;
66
7+ // ReSharper disable InvalidXmlDocComment
8+ // Justification: Temporary workaround for Resharper bug at https://youtrack.jetbrains.com/issue/RSRP-501671.
9+
710namespace JsonApiDotNetCore . Resources ;
811
912/// <summary>
You can’t perform that action at this time.
0 commit comments