Skip to content

Commit 622f302

Browse files
committed
1 parent a82aac9 commit 622f302

File tree

12 files changed

+757
-22
lines changed

12 files changed

+757
-22
lines changed

.github/workflows/part-build.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v3
9292

93+
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
94+
9395
# 2.2 is installed because it is the last version that officially supports DotnetCliToolReference
9496
- name: Setup dotnet
9597
uses: actions/setup-dotnet@v2
@@ -124,7 +126,8 @@ jobs:
124126

125127
steps:
126128
- uses: actions/checkout@v3
127-
129+
130+
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
128131
- name: Setup dotnet
129132
uses: actions/setup-dotnet@v2
130133
with:
@@ -149,6 +152,7 @@ jobs:
149152
steps:
150153
- uses: actions/checkout@v3
151154

155+
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
152156
- uses: actions/setup-dotnet@v2
153157
with:
154158
dotnet-version: |
@@ -175,6 +179,7 @@ jobs:
175179
steps:
176180
- uses: actions/checkout@v3
177181

182+
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
178183
- uses: actions/setup-dotnet@v2
179184
with:
180185
dotnet-version: 7.0.x
@@ -203,6 +208,8 @@ jobs:
203208
steps:
204209
- uses: actions/checkout@v3
205210

211+
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
212+
206213
- run: npm ci
207214

208215
- name: npm version
@@ -257,6 +264,8 @@ jobs:
257264
steps:
258265
- uses: actions/checkout@v3
259266

267+
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
268+
260269
# build coalesce-vue
261270
- run: npm run build-local-deps
262271
- run: npm ci
@@ -293,6 +302,8 @@ jobs:
293302
steps:
294303
- uses: actions/checkout@v3
295304

305+
- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
306+
296307
# build coalesce-vue
297308
- run: npm run build-local-deps
298309
- run: npm ci

playground/Coalesce.Web.Ko/Api/Generated/StandaloneReadCreateController.g.cs

+73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/Coalesce.Web.Ko/Controllers/Generated/StandaloneReadCreateController.g.cs

+42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/Coalesce.Web.Ko/Models/Generated/StandaloneReadCreateDto.g.cs

+72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/Coalesce.Web.Ko/Scripts/Generated/Ko.StandaloneReadCreate.g.ts

+118
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)