-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.ort.yml
More file actions
28 lines (28 loc) · 1.13 KB
/
.ort.yml
File metadata and controls
28 lines (28 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
excludes:
paths:
- pattern: "UniLaunch.Core.Tests/**"
reason: "TEST_OF"
comment: "Test project for UniLaunch.Core."
- pattern: "UniLaunch.Linux.Tests/**"
reason: "TEST_OF"
comment: "Test project for UniLaunch.Linux."
- pattern: "UniLaunch.CodeGenerator/**"
reason: "BUILD_TOOL_OF"
comment: "Source generator build tool, not a runtime dependency."
curations:
packages:
- id: "NuGet::Avalonia.Angle.Windows.Natives"
curations:
comment: "License URL on nuget.org cannot be parsed as SPDX; the package is BSD-3-Clause licensed."
concluded_license: "BSD-3-Clause"
resolutions:
issues:
- message: ".*version conflict.*Microsoft.CodeAnalysis.Common.*"
reason: "BUILD_TOOL_ISSUE"
comment: "Known nuget-inspector issue with Microsoft.CodeAnalysis transitive dependency version ranges."
- message: ".*IOException.*Running.*nuget-inspector.*"
reason: "BUILD_TOOL_ISSUE"
comment: "Known nuget-inspector resolution issue."
- message: ".*"
reason: "SCANNER_ISSUE"
comment: "Temporary wildcard to test if scanner resolutions are applied."