Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add markdown lint #809

Merged
merged 8 commits into from
Nov 14, 2023
Merged

add markdown lint #809

merged 8 commits into from
Nov 14, 2023

Conversation

danmoseley
Copy link
Member

to avoid any future broken links.

@joperezr
Copy link
Member

/azp run dotnet-aspire

Copy link

No pipelines are associated with this pull request.

@danmoseley
Copy link
Member Author

I've verified that bad markdown does break the build.

One note in case it's useful to anyone -- the markdownlint extension in VS Code does not work well for me: I can't get it to respect the configuration files, so it flags things I've suppressed in files I've marked to ignore. Instead, to run markdownlint locally I did

npm install -g markdownlint-cli
markdownlint -c .markdownlint.json "**/*.md"

and this seems to match what happens in CI.

@joperezr
Copy link
Member

/azp run dotnet-aspire

Copy link

No pipelines are associated with this pull request.

@joperezr
Copy link
Member

/azp list

Copy link

No pipelines found for this repository.

@danmoseley
Copy link
Member Author

build broken

##[error]samples\dapr\AppHost\DaprAppHost.csproj(0,0): error NU1605: (NETCORE_ENGINEERING_TELEMETRY=Restore) Warning As Error: Detected package downgrade: Microsoft.Extensions.ObjectPool from 8.0.0 to 8.0.0-rtm.23524.15. Reference the package directly from the project to select a different version. 

@danmoseley danmoseley closed this Nov 14, 2023
@danmoseley danmoseley reopened this Nov 14, 2023
@mmitche
Copy link
Member

mmitche commented Nov 14, 2023

/azp run

Copy link

No pipelines are associated with this pull request.

@mmitche
Copy link
Member

mmitche commented Nov 14, 2023

/azp run

Copy link

No pipelines are associated with this pull request.

@mmitche mmitche closed this Nov 14, 2023
@mmitche mmitche reopened this Nov 14, 2023
@danmoseley
Copy link
Member Author

@danmoseley
Copy link
Member Author

/azp run

Copy link

No pipelines are associated with this pull request.

@danmoseley
Copy link
Member Author

we can presumably remove this too

    <!-- Required as https://github.com/dotnet/runtime/pull/89509 did not get backported to .NET 8 Preview 7 -->
    <add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />

@joperezr
Copy link
Member

/azp run dotnet-aspire

Copy link

No pipelines are associated with this pull request.

Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@joperezr joperezr enabled auto-merge (squash) November 14, 2023 19:13
@joperezr
Copy link
Member

Not sure why it's not showing here, but PR has passed now: https://dev.azure.com/dnceng-public/public/_build/results?buildId=469639&view=results. Manually merging.

@joperezr joperezr merged commit 70dd15c into dotnet:main Nov 14, 2023
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants