Skip to content

Commit a3ad505

Browse files
authored
Merge branch 'dorssel:master' into master
2 parents a0f3cba + 8ddcd10 commit a3ad505

File tree

160 files changed

+2896
-2459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+2896
-2459
lines changed

.config/dotnet-tools.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"trx2junit": {
6+
"version": "2.1.0",
7+
"commands": [
8+
"trx2junit"
9+
],
10+
"rollForward": false
11+
},
12+
"gitversion.tool": {
13+
"version": "6.2.0",
14+
"commands": [
15+
"dotnet-gitversion"
16+
],
17+
"rollForward": false
18+
}
19+
}
20+
}

.editorconfig

Lines changed: 193 additions & 142 deletions
Large diffs are not rendered by default.

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
*.yml text
1818

1919
*.sln text
20+
*.snk binary
2021

2122
*.csproj text
2223
*.cs text eol=crlf
2324
*.props text
25+
*.targets text
2426

2527
*.wixproj text
2628
*.wxs text
@@ -29,7 +31,7 @@
2931
*.png binary
3032
*.xcf binary
3133

32-
usb.ids text eol=lf
34+
usb.ids text eol=lf
3335

3436
# VBoxUsb drivers
3537
*.cat binary

.github/dependabot.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,21 @@ updates:
1616
directory: '/'
1717
schedule:
1818
interval: 'daily'
19+
- package-ecosystem: 'dotnet-sdk'
20+
directory: '/'
21+
schedule:
22+
interval: 'weekly'
23+
day: 'wednesday'
1924
- package-ecosystem: 'nuget'
2025
directory: '/'
2126
schedule:
2227
interval: 'daily'
28+
ignore:
29+
# These are bundeled (transitive) by MSTest.Sdk
30+
- dependency-name: Microsoft.NET.Test.Sdk
31+
- dependency-name: Microsoft.Testing.Extensions.CodeCoverage
32+
- dependency-name: Microsoft.Testing.Extensions.TrxReport
2333
groups:
2434
wix:
2535
patterns:
2636
- 'WixToolset.*'
27-
mstest:
28-
patterns:
29-
- 'MSTest.*'
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^https://www.gnu.org/licenses/"
5+
}
6+
]
7+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 Frans van Dorsselaer
2+
3+
SPDX-License-Identifier: GPL-3.0-only
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ DISABLE_LINTERS:
1919
- CSHARP_DOTNET_FORMAT # Not compatible with .NET 8 (yet)
2020
- CSHARP_CSHARPIER # Not compatible with .NET 8 (yet)
2121
- CSHARP_ROSLYNATOR # Not compatible with .NET 8 (yet)
22+
- REPOSITORY_TRIVY # Unstable, leading to a lot of build failures
2223
SHOW_ELAPSED_TIME: true
2324
FILEIO_REPORTER: false
2425
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass
@@ -28,10 +29,11 @@ XML_XMLLINT_FILE_EXTENSIONS:
2829
- .csproj
2930
- .props
3031
- .pubxml
32+
- .targets
3133
- .wixproj
3234
- .wxs
3335
# Exclude verbatim copies of external sources that are not under our control.
3436
# Also exclude auto-generated files.
35-
FILTER_REGEX_EXCLUDE: COPYING\.md|LICENSES/|Drivers/VBoxUSB/|Drivers/VBoxUSBMon/|packages.lock.json|Usbipd.Automation/usb.ids
36-
# Dependabot keeps removing the final newline
37-
JSON_PRETTIER_FILTER_REGEX_EXCLUDE: global.json
37+
FILTER_REGEX_EXCLUDE: COPYING\.md|LICENSES/|Drivers/VBoxUSB/|Drivers/VBoxUSBMon/|global.json|dotnet-tools.json|packages.lock.json|Usbipd.Automation/usb.ids
38+
# Exclude additional binary files not already excluded by default.
39+
EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_EXCLUDE: (\.snk$)
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Balisson
2+
busid
3+
cafe
4+
cidr
5+
cdef
6+
Codecov
7+
csharp
8+
devid
9+
Desc
10+
Dushan
11+
errno
12+
ffff
13+
ioctl
14+
ioctls
15+
linux
16+
netstandard
17+
nosemgrep
18+
pcap
19+
Pkts
20+
replug
21+
replugged
22+
seqnum
23+
serializer
24+
setupapi
25+
stdout
26+
usbfilter
27+
usbids
28+
usbioctl
29+
usbip
30+
usbipd
31+
usblib
32+
Vbox
33+
vhci
34+
wsl
File renamed without changes.

0 commit comments

Comments
 (0)