Skip to content

Commit 7d65255

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

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:

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project>
3-
<Import Project="$(RepositoryEngineeringDir)AutoCodeFormat.targets" Condition="exists('$(MSBuildThisFileDirectory)eng/AutoCodeFormat.targets')" />
3+
<!-- <Import Project="$(RepositoryEngineeringDir)AutoCodeFormat.targets" Condition="exists('$(MSBuildThisFileDirectory)eng/AutoCodeFormat.targets')" /> -->
44
<Import Project="$(RepositoryEngineeringDir)packaging.targets" />
55
<Import Project="$(RepositoryEngineeringDir)resx-generation.targets" />
66
</Project>

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)