Skip to content

Commit eae821a

Browse files
committed
Disable 8.0.410 dotnet-format command
1 parent 53039e3 commit eae821a

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/dotnet-lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Lint DotNet
22
on:
3-
pull_request:
4-
types: [edited, opened, reopened, synchronize, ready_for_review]
3+
workflow_dispatch: {}
4+
# Disabled because the 8.x format is unreliable with source generators
5+
# pull_request:
6+
# types: [edited, opened, reopened, synchronize, ready_for_review]
57

68
jobs:
79
build:

eng/AutoCodeFormat.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="DarkPatterns.Build.Autoformat" Version="0.2.0" PrivateAssets="All" />
3+
<!-- <PackageReference Include="DarkPatterns.Build.Autoformat" Version="0.2.0" PrivateAssets="All" /> -->
44
</ItemGroup>
55

66
<PropertyGroup>

generators/typescript/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@darkpatternsdigital/openapi-codegen-typescript",
3-
"version": "0.10.0",
3+
"version": "0.12.2",
44
"description": "A typescript client code generator for principled development",
55
"scripts": {
66
"build": "tsc -b tsconfig.build.json",

0 commit comments

Comments
 (0)