Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade to .NET 10 #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Upgrade to .NET 10 #147
Changes from all commits
aaa0da3500fffa148d6a6870ce01ff600d4d8a2127File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 64 in DragonFruit.Data.Tests/ConverterTests.cs
[InspectCode] DragonFruit.Data.Tests/ConverterTests.cs#L64 <UsageOfDefaultStructEquality>(https://www.jetbrains.com/help/resharper/UsageOfDefaultStructEquality.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":21,"uri":"DragonFruit.Data.Tests/ConverterTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":13,"charOffset":2965,"endColumn":111,"endLine":64,"startColumn":98,"startLine":64}}}],"message":{"text":"Struct 'KeyValuePair' is checked for equality using an inefficient runtime-provided implementation"},"partialFingerprints":{"contextRegionHash/v1":"01B9F4CF287E014C2E6F35C273397D50DC9F20ED939F3D8538A7FCB52E78B5C8"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"UsageOfDefaultStructEquality","ruleIndex":14}Check warning on line 30 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L30 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":905,"endColumn":60,"endLine":30,"startColumn":43,"startLine":30}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.ApiRequest' and 'DragonFruit.Data.Requests.IRequestBuilder'"},"partialFingerprints":{"contextRegionHash/v1":"A176128CED63C4B01AA9BEE5C88CCE55FC2EF0B65F9B1E445633AF79BAE06C21"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 50 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L50 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":1868,"endColumn":60,"endLine":50,"startColumn":43,"startLine":50}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.Tests.Requests.InheritedEchoRequest' and 'DragonFruit.Data.Requests.IRequestBuilder'"},"partialFingerprints":{"contextRegionHash/v1":"A176128CED63C4B01AA9BEE5C88CCE55FC2EF0B65F9B1E445633AF79BAE06C21"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 67 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L67 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":2629,"endColumn":60,"endLine":67,"startColumn":43,"startLine":67}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.Tests.Requests.InheritedMultipartEchoRequest' and 'DragonFruit.Data.Requests.IRequestBuilder'"},"partialFingerprints":{"contextRegionHash/v1":"D8EE436980518097C3C35E5334DB20EC9D96C9033E1D2F8D150607863E0C46F4"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 74 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L74 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":3061,"endColumn":64,"endLine":74,"startColumn":47,"startLine":74}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.Tests.Requests.InheritedEchoRequest' and 'DragonFruit.Data.Requests.IRequestBuilder'"},"partialFingerprints":{"contextRegionHash/v1":"F09BB0FC103A1847EEA6E1A9CB01866D6F3F74E233AEC812A4CBED3F61AFBC3A"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 93 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L93 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":3829,"endColumn":35,"endLine":93,"startColumn":18,"startLine":93}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.Tests.Requests.MultipartFormRequest' and 'DragonFruit.Data.Requests.IRequestBuilder'"},"partialFingerprints":{"contextRegionHash/v1":"E6613147B31E0BFD14B92FF2AF097741384794FF3273B6384B470B9D5ADD34B6"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 112 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L112 <PossibleNullReferenceException>(https://www.jetbrains.com/help/resharper/PossibleNullReferenceException.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":12,"charOffset":4511,"endColumn":53,"endLine":112,"startColumn":41,"startLine":112}}}],"message":{"text":"Possible 'System.NullReferenceException'"},"partialFingerprints":{"contextRegionHash/v1":"3336554063B0D9427F5CF00A65063AEAA44E44A3F90CCC88C6D62EF0B09E29DE"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"PossibleNullReferenceException","ruleIndex":11}Check warning on line 112 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L112 <PossibleNullReferenceException>(https://www.jetbrains.com/help/resharper/PossibleNullReferenceException.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":4511,"endColumn":58,"endLine":112,"startColumn":41,"startLine":112}}}],"message":{"text":"Possible 'System.NullReferenceException'"},"partialFingerprints":{"contextRegionHash/v1":"3336554063B0D9427F5CF00A65063AEAA44E44A3F90CCC88C6D62EF0B09E29DE"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"PossibleNullReferenceException","ruleIndex":11}Check warning on line 115 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L115 <PossibleNullReferenceException>(https://www.jetbrains.com/help/resharper/PossibleNullReferenceException.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":12,"charOffset":4622,"endColumn":53,"endLine":115,"startColumn":41,"startLine":115}}}],"message":{"text":"Possible 'System.NullReferenceException'"},"partialFingerprints":{"contextRegionHash/v1":"23A01313E3B87D6F454FE3FE1BDACBC08A35EE698D8C9E480756887C76EA4603"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"PossibleNullReferenceException","ruleIndex":11}Check warning on line 115 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L115 <PossibleNullReferenceException>(https://www.jetbrains.com/help/resharper/PossibleNullReferenceException.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":20,"charOffset":4622,"endColumn":61,"endLine":115,"startColumn":41,"startLine":115}}}],"message":{"text":"Possible 'System.NullReferenceException'"},"partialFingerprints":{"contextRegionHash/v1":"23A01313E3B87D6F454FE3FE1BDACBC08A35EE698D8C9E480756887C76EA4603"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"PossibleNullReferenceException","ruleIndex":11}Check warning on line 116 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L116 <PossibleNullReferenceException>(https://www.jetbrains.com/help/resharper/PossibleNullReferenceException.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":21,"charOffset":4696,"endColumn":62,"endLine":116,"startColumn":41,"startLine":116}}}],"message":{"text":"Possible 'System.NullReferenceException'"},"partialFingerprints":{"contextRegionHash/v1":"B2215D9D9765ADD1F386C296CB75A75B2FE582689E2BB0616D57081963D74426"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"PossibleNullReferenceException","ruleIndex":11}Check warning on line 131 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L131 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":5174,"endColumn":60,"endLine":131,"startColumn":43,"startLine":131}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.Tests.Requests.SpecialTypeRequest' and 'DragonFruit.Data.Requests.IRequestBuilder'"},"partialFingerprints":{"contextRegionHash/v1":"A176128CED63C4B01AA9BEE5C88CCE55FC2EF0B65F9B1E445633AF79BAE06C21"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 146 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L146 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":5872,"endColumn":60,"endLine":146,"startColumn":43,"startLine":146}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.Tests.Requests.SpecialTypeAdditionalLocationsRequest' and 'DragonFruit.Data.Requests.IRequestBuilder'"},"partialFingerprints":{"contextRegionHash/v1":"A176128CED63C4B01AA9BEE5C88CCE55FC2EF0B65F9B1E445633AF79BAE06C21"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 168 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L168 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":6990,"endColumn":60,"endLine":168,"startColumn":43,"startLine":168}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.Tests.Requests.CustomHttpContentRequest' and 'DragonFruit.Data.Requests.IRequestBuilder'"},"partialFingerprints":{"contextRegionHash/v1":"A176128CED63C4B01AA9BEE5C88CCE55FC2EF0B65F9B1E445633AF79BAE06C21"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 191 in DragonFruit.Data.Tests/RequestTests.cs
[InspectCode] DragonFruit.Data.Tests/RequestTests.cs#L191 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":18,"uri":"DragonFruit.Data.Tests/RequestTests.cs","uriBaseId":"solutionDir"},"region":{"charLength":17,"charOffset":8041,"endColumn":60,"endLine":191,"startColumn":43,"startLine":191}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.Tests.Requests.CustomSerializedContentRequest\u003cDragonFruit.Data.Tests.RequestTests.TestRecord\u003e' and 'DragonFruit.Data.Requests.IRequestBuilder'"},"partialFingerprints":{"contextRegionHash/v1":"16D1028DE555C403F1E3B2E4CAA6064C6A74AC9873BCAF48E8544D943DF9C133"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 9 in DragonFruit.Data.Tests/Requests/CustomSerializedContentRequest.cs
[InspectCode] DragonFruit.Data.Tests/Requests/CustomSerializedContentRequest.cs#L9 <PartialTypeWithSinglePart>(https://www.jetbrains.com/help/resharper/PartialTypeWithSinglePart.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":11,"uri":"DragonFruit.Data.Tests/Requests/CustomSerializedContentRequest.cs","uriBaseId":"solutionDir"},"region":{"charLength":7,"charOffset":271,"endColumn":19,"endLine":9,"startColumn":12,"startLine":9}}}],"message":{"text":"Partial class with single part"},"partialFingerprints":{"contextRegionHash/v1":"A566CA7EC5D8575EF766E5E98DB65EB3F4FF29925A3D4746431C220AE57B7A14"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"PartialTypeWithSinglePart","ruleIndex":10}Check warning on line 6 in DragonFruit.Data.Tests/Requests/DummyFileDownloadRequest.cs
[InspectCode] DragonFruit.Data.Tests/Requests/DummyFileDownloadRequest.cs#L6 <PartialTypeWithSinglePart>(https://www.jetbrains.com/help/resharper/PartialTypeWithSinglePart.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":0,"uri":"DragonFruit.Data.Tests/Requests/DummyFileDownloadRequest.cs","uriBaseId":"solutionDir"},"region":{"charLength":7,"charOffset":214,"endColumn":19,"endLine":6,"startColumn":12,"startLine":6}}}],"message":{"text":"Partial class with single part"},"partialFingerprints":{"contextRegionHash/v1":"ED1E70E9E090D7CC7C223A966B5199A61AB99A7427D9857CC68C252586097DD7"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"PartialTypeWithSinglePart","ruleIndex":10}Check warning on line 10 in DragonFruit.Data.Tests/Requests/DummyFileDownloadRequest.cs
[InspectCode] DragonFruit.Data.Tests/Requests/DummyFileDownloadRequest.cs#L10 <AutoPropertyCanBeMadeGetOnly.Global>(https://www.jetbrains.com/help/resharper/AutoPropertyCanBeMadeGetOnly.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":0,"uri":"DragonFruit.Data.Tests/Requests/DummyFileDownloadRequest.cs","uriBaseId":"solutionDir"},"region":{"charLength":4,"charOffset":421,"endColumn":43,"endLine":10,"startColumn":39,"startLine":10}}}],"message":{"text":"Auto-property can be made get-only"},"partialFingerprints":{"contextRegionHash/v1":"485510F06D587C87EFCE9963DA363DB2CBAB0BF20D6478EC70913CB3BC685CB3"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"AutoPropertyCanBeMadeGetOnly.Global","ruleIndex":0}Check warning on line 9 in DragonFruit.Data.Tests/Requests/SpecialTypeAdditionalLocationsRequest.cs
[InspectCode] DragonFruit.Data.Tests/Requests/SpecialTypeAdditionalLocationsRequest.cs#L9 <PartialTypeWithSinglePart>(https://www.jetbrains.com/help/resharper/PartialTypeWithSinglePart.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":15,"uri":"DragonFruit.Data.Tests/Requests/SpecialTypeAdditionalLocationsRequest.cs","uriBaseId":"solutionDir"},"region":{"charLength":7,"charOffset":282,"endColumn":19,"endLine":9,"startColumn":12,"startLine":9}}}],"message":{"text":"Partial class with single part"},"partialFingerprints":{"contextRegionHash/v1":"CA0A8FF0F05AD2E024DF314E9E15AE641580D37346FE0DE16A95880758EA2B70"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"PartialTypeWithSinglePart","ruleIndex":10}Check warning on line 9 in DragonFruit.Data.Tests/Requests/SpecialTypeRequest.cs
[InspectCode] DragonFruit.Data.Tests/Requests/SpecialTypeRequest.cs#L9 <PartialTypeWithSinglePart>(https://www.jetbrains.com/help/resharper/PartialTypeWithSinglePart.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":16,"uri":"DragonFruit.Data.Tests/Requests/SpecialTypeRequest.cs","uriBaseId":"solutionDir"},"region":{"charLength":7,"charOffset":282,"endColumn":19,"endLine":9,"startColumn":12,"startLine":9}}}],"message":{"text":"Partial class with single part"},"partialFingerprints":{"contextRegionHash/v1":"A4B2B271E767C1808657A434B96629078C56B454018BD922605218A0D36C5123"},"properties":{"tags":["C#",".NET 10.0"]},"ruleId":"PartialTypeWithSinglePart","ruleIndex":10}Check warning on line 394 in DragonFruit.Data/ApiClient.cs
[InspectCode] DragonFruit.Data/ApiClient.cs#L394 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":20,"uri":"DragonFruit.Data/ApiClient.cs","uriBaseId":"solutionDir"},"region":{"charLength":30,"charOffset":17368,"endColumn":47,"endLine":394,"startColumn":17,"startLine":394}}}],"message":{"text":"Suspicious type check: there is no type in the solution that is inherited from both 'DragonFruit.Data.ApiRequest' and 'DragonFruit.Data.Requests.IRequestExecutingCallback'"},"partialFingerprints":{"contextRegionHash/v1":"DDEC6BE26CC4E77CC67C195F248BEF0A14C2D603077C4215C7D086D05EC2226C"},"properties":{"tags":["C#",".NETStandard 2.0",".NET 10.0",".NET 6.0",".NET 8.0",".NET 9.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 398 in DragonFruit.Data/ApiClient.cs
[InspectCode] DragonFruit.Data/ApiClient.cs#L398 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":20,"uri":"DragonFruit.Data/ApiClient.cs","uriBaseId":"solutionDir"},"region":{"charLength":35,"charOffset":17508,"endColumn":52,"endLine":398,"startColumn":17,"startLine":398}}}],"message":{"text":"Suspicious type check: there is no type in the solution that is inherited from both 'DragonFruit.Data.ApiRequest' and 'DragonFruit.Data.Requests.IAsyncRequestExecutingCallback'"},"partialFingerprints":{"contextRegionHash/v1":"3E35D8CF0149BF9656DC83149D748DBA050B390AAF34A826281388B91E897841"},"properties":{"tags":["C#",".NETStandard 2.0",".NET 10.0",".NET 6.0",".NET 8.0",".NET 9.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Check warning on line 403 in DragonFruit.Data/ApiClient.cs
[InspectCode] DragonFruit.Data/ApiClient.cs#L403 <SuspiciousTypeConversion.Global>(https://www.jetbrains.com/help/resharper/SuspiciousTypeConversion.Global.html)
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":20,"uri":"DragonFruit.Data/ApiClient.cs","uriBaseId":"solutionDir"},"region":{"charLength":18,"charOffset":17709,"endColumn":61,"endLine":403,"startColumn":43,"startLine":403}}}],"message":{"text":"Suspicious cast: there is no type in the solution which is inherited from both 'DragonFruit.Data.ApiRequest' and 'DragonFruit.Data.Requests.IRequestBuilder?'"},"partialFingerprints":{"contextRegionHash/v1":"97CB7E914DC02F05C2DFE5739307DE483491E5389900B897EC81264550FCE2F5"},"properties":{"tags":["C#",".NETStandard 2.0",".NET 10.0",".NET 6.0",".NET 8.0",".NET 9.0"]},"ruleId":"SuspiciousTypeConversion.Global","ruleIndex":13}Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.