Skip to content

Commit 2a89511

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Switch to built-in release notes generator devlooped/oss@2c80ab0 - Drop net6 forced install, it's built-in all agents now devlooped/oss@34c1bf6 - Drop net6 setup on prior to dotnet format devlooped/oss@4b31891 - Enable C# compiler strict mode by default devlooped/oss@ef8e7fa - Drop net6 setup on publish too devlooped/oss@d302256 - Ignore docs merges too devlooped/oss@055a8b7
1 parent 9b91b6d commit 2a89511

File tree

7 files changed

+43
-87
lines changed

7 files changed

+43
-87
lines changed

.github/release.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- bydesign
5+
- dependencies
6+
- duplicate
7+
- question
8+
- invalid
9+
- wontfix
10+
- need info
11+
- docs
12+
authors:
13+
- devlooped-bot
14+
- dependabot
15+
- github-actions
16+
categories:
17+
- title: ✨ Implemented enhancements
18+
labels:
19+
- enhancement
20+
- title: 🐛 Fixed bugs
21+
labels:
22+
- bug
23+
- title: 🔨 Other
24+
labels:
25+
- '*'

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,5 @@ jobs:
8787
submodules: recursive
8888
fetch-depth: 0
8989

90-
- name: ⚙ dotnet
91-
uses: actions/setup-dotnet@v1
92-
with:
93-
dotnet-version: '6.0.x'
94-
9590
- name: ✓ ensure format
9691
run: dotnet format --verify-no-changes -v:diag --exclude ~/.nuget

.github/workflows/changelog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
usernames-as-github-logins=true
22
issues_wo_labels=true
33
pr_wo_labels=true
4-
exclude-labels=bydesign,dependencies,duplicate,question,invalid,wontfix,need info
4+
exclude-labels=bydesign,dependencies,duplicate,question,invalid,wontfix,need info,docs
55
enhancement-label=:sparkles: Implemented enhancements:
66
bugs-label=:bug: Fixed bugs:
77
issues-label=:hammer: Other:

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
submodules: recursive
2222
fetch-depth: 0
2323

24-
- name: ⚙ dotnet
25-
uses: actions/setup-dotnet@v1
26-
with:
27-
dotnet-version: '6.0.x'
28-
2924
- name: 🙏 build
3025
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
3126

.github/workflows/release-notes.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.netconfig

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
sha = 4f070a477b4162a280f02722ae666376ae4fcc71
2424
[file ".github/workflows/build.yml"]
2525
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
26-
etag = 9bddd007a54a6dacdecb11304a165c9bb15753f4b0ed2be984abc4a6dce81d4a
26+
etag = 8c84cdd23cda71ed9c24be87b8a2f6ae16c97ade937ffe7a29dad5aae00148e3
2727
weak
28-
sha = 6d3dd85c36642a3694b10b467372a31331a52277
28+
sha = 4b31891ab5ac32cda49b33fa5b487532be878fd5
2929
[file ".gitignore"]
3030
url = https://github.com/devlooped/oss/blob/main/.gitignore
3131
etag = 1c1705a3f0ed65e33c9133996ebaa100aa445a8b968b2904ad48fef938702006
@@ -38,9 +38,9 @@
3838
sha = 0683ee777d7d878d4bf013d7deea352685135a05
3939
[file "src/Directory.Build.props"]
4040
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props
41-
etag = 89855774fe1c198b2af190cd90b5df27ffe9c2cb5e242182fc9e757a83b23274
41+
etag = 1d5ec6bdb8b12c13635a11364dcfe54aefb82cc171f332a8d536aa35476222d5
4242
weak
43-
sha = c6f74cea5d6277e750d70886496aa1c84563bb46
43+
sha = ef8e7fa7593ded91d871d30eeebd0dc79f679159
4444
[file "src/Directory.Build.targets"]
4545
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
4646
etag = 852b16129d2c681ad6ec86ff56b256541e0ce0961eb3a9492e0ead89ffe5a6bd
@@ -73,14 +73,9 @@
7373
sha = a4b66eb5f4dfb9704502f19f59ba33cb4855188c
7474
[file ".github/workflows/publish.yml"]
7575
url = https://github.com/devlooped/oss/blob/main/.github/workflows/publish.yml
76-
etag = 1d6a05b7f684b4fc1bb387750b0e100406e8a0017981c4e9d39a012479f35266
76+
etag = 58601b5a71c805647ab26e84053acdfb8d174eaa93330487af8a5503753c5707
7777
weak
78-
sha = 0e5a33cc685fa85e3a81b797202f3e14e1cd84a9
79-
[file ".github/workflows/release-notes.yml"]
80-
url = https://github.com/devlooped/oss/blob/main/.github/workflows/release-notes.yml
81-
etag = 420e07d6529a14d2007347a626a26246acee2f4301eb34cfa9b3ce55761f9f46
82-
weak
83-
sha = ee813ef00359fc14b7ee263a02d863407c179b10
78+
sha = d3022567c9ef2bc9461511e53b8abe065afdf03b
8479
[file ".github/workflows/dotnet-file.yml"]
8580
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file.yml
8681
sha = b97b8f19569fa1b93cece4b22afab0e838693c5a
@@ -101,8 +96,8 @@
10196
weak
10297
[file ".github/workflows/changelog.config"]
10398
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.config
104-
sha = a4b66eb5f4dfb9704502f19f59ba33cb4855188c
105-
etag = 28145d505ce95b57628ab368bb12744300d5f539d3651c346e3c0c3f772ffa7b
99+
sha = 055a8b7c94b74ae139cce919d60b83976d2a9942
100+
etag = ddb17acb5872e9e69a76f9dec0ca590f25382caa2ccf750df058dcabb674db2b
106101
weak
107102
[file ".github/workflows/combine-prs.yml"]
108103
url = https://github.com/devlooped/oss/blob/main/.github/workflows/combine-prs.yml
@@ -113,4 +108,9 @@
113108
url = https://github.com/devlooped/oss/blob/main/.github/workflows/sponsor.yml
114109
sha = 8990ebb36199046e0b8098bad9e46dcef739c56e
115110
etag = e1dc114d2e8b57d50649989d32dbf0c9080ec77da3738a4cc79e9256d6ca5d3e
116-
weak
111+
weak
112+
[file ".github/release.yml"]
113+
url = https://github.com/devlooped/oss/blob/main/.github/release.yml
114+
sha = 2c80ab026b7e70393630260335f8316afe8a5fbe
115+
etag = 56173be25769857a078a27cbeb12cbf101b81d8075461ea3bd894df2ddd28677
116+
weak

src/Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
<DebugType>embedded</DebugType>
5656
<DebugSymbols>true</DebugSymbols>
5757
<Nullable>enable</Nullable>
58-
58+
<!-- See https://www.meziantou.net/csharp-compiler-strict-mode.htm -->
59+
<Features>strict</Features>
60+
5961
<!-- Simplify namespaces by defaulting to the single root name -->
6062
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
6163
<RootNamespaceDot>$(MSBuildProjectName.IndexOf('.'))</RootNamespaceDot>

0 commit comments

Comments
 (0)