Route markdown images through atc-api and refresh deps#32
Merged
Conversation
Add AtcApiUrlBuilder helpers for the new /github/raw/{owner}/{repo} and
/github/users/{userId}/avatar atc-api endpoints, and switch the markdown
image rewriter to use them: atc-net images use the existing repo-scoped
proxy, allow-listed external owners (microsoft, dotnet, Azure, github)
use the new external proxy, and other owners fall back to direct
raw.githubusercontent.com URLs (the atc-api allow-list excludes them).
- Update .editorconfig files to atc-coding-rules 1.0.1 (root/src/test) and 1.0.2 (Blazor) — drop Asyncify and SecurityCodeScan rules and add BL0007–BL0010 Blazor analyzers - Bump analyzers: Atc.Analyzer 0.1.22 → 0.1.23, Meziantou.Analyzer 3.0.29 → 3.0.58, SonarAnalyzer.CSharp 10.22 → 10.25 - Bump runtime/library deps: Atc(.DotNet) 3.0.18 → 3.0.67, ASP.NET WASM 10.0.5 → 10.0.7, Caching/Http extensions 10.0.5 → 10.0.7, Markdig 1.1.2 → 1.1.3, MudBlazor 9.2.0 → 9.4.0, Microsoft.SourceLink.GitHub 10.0.201 → 10.0.203 - Bump test SDK to 18.5.1 with matching CodeCoverage 18.6.2 and TrxReport 2.2.2
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Changes
✨ Features
📦 Dependencies
🔧 Configuration
🔥 Removal