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 1
1
<Project >
2
2
<PropertyGroup >
3
3
<Nullable >enable</Nullable >
4
- <LangVersion >preview </LangVersion >
4
+ <LangVersion >latest </LangVersion >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<IsPackable >false</IsPackable >
7
7
<WarnOnPackingNonPackableProject >false</WarnOnPackingNonPackableProject >
18
18
<PropertyGroup >
19
19
<!-- .NET 10 Preview -->
20
20
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
21
- <NoWarn >$(NoWarn);CA1873;NU1903;NU5104;NU1608</NoWarn >
21
+ <NoWarn >$(NoWarn);CA1873;NU1903;NU5104;NU1608;IDE0340 </NoWarn >
22
22
</PropertyGroup >
23
23
24
24
<PropertyGroup >
Original file line number Diff line number Diff line change 6
6
using JsonApiDotNetCore . Resources . Annotations ;
7
7
using JsonApiDotNetCore . Serialization . Objects ;
8
8
9
+ // ReSharper disable InvalidXmlDocComment
10
+ // Justification: Temporary workaround for Resharper bug at https://youtrack.jetbrains.com/issue/RSRP-501671.
11
+
9
12
namespace JsonApiDotNetCore . Configuration ;
10
13
11
14
/// <summary>
Original file line number Diff line number Diff line change 4
4
using JsonApiDotNetCore . Queries . Expressions ;
5
5
using JsonApiDotNetCore . Resources . Annotations ;
6
6
7
+ // ReSharper disable InvalidXmlDocComment
8
+ // Justification: Temporary workaround for Resharper bug at https://youtrack.jetbrains.com/issue/RSRP-501671.
9
+
7
10
namespace JsonApiDotNetCore . Resources ;
8
11
9
12
/// <summary>
You can’t perform that action at this time.
0 commit comments