We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752f987 commit 0f7ca2cCopy full SHA for 0f7ca2c
src/WorkflowManager/Authentication/Monai.Deploy.WorkflowManager.Authentication.csproj
@@ -20,8 +20,13 @@
20
<TargetFramework>net6.0</TargetFramework>
21
<ImplicitUsings>enable</ImplicitUsings>
22
<Nullable>enable</Nullable>
23
+ <CodeAnalysisRuleSet>..\..\.sonarlint\project-monai_monai-deploy-workflow-managercsharp.ruleset</CodeAnalysisRuleSet>
24
</PropertyGroup>
25
26
+ <ItemGroup>
27
+ <AdditionalFiles Include="..\..\.sonarlint\project-monai_monai-deploy-workflow-manager\CSharp\SonarLint.xml" Link="SonarLint.xml" />
28
+ </ItemGroup>
29
+
30
<ItemGroup>
31
<PackageReference Include="Ardalis.GuardClauses" Version="4.0.1" />
32
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.8" />
0 commit comments