fix(discovery): exclude minified assets in all modes#1004
Closed
fernandofielmann wants to merge 12 commits into
Closed
fix(discovery): exclude minified assets in all modes#1004fernandofielmann wants to merge 12 commits into
fernandofielmann wants to merge 12 commits into
Conversation
Recognize controller and action attributes so HTTP consumers can rendezvous with versioned ASP.NET handlers. Signed-off-by: fernandofielmann <fernando.moreno@fielmann.com>
feat(csharp): extract composed ASP.NET Core routes
Recognize injected HttpClient receivers and normalize local template-string URLs into stable route identities. Signed-off-by: fernandofielmann <fernando.moreno@fielmann.com>
Prevent frontend assets from creating backend route edges while retaining Angular HttpClient detection and realistic DI fixtures.
feat(typescript): trace Angular HttpClient routes
Propagate single-layer HttpClient wrapper URLs to public callers and converge consumer calls with ASP.NET routes without weakening case-sensitive frameworks.
feat(routes): link Angular wrappers to ASP.NET
Represent programmatic Angular and fetch asset loads separately from HTTP routes so graph navigation preserves frontend dependencies without affecting cross-service matching.
feat(typescript): model frontend asset loads
Extract literal Angular declaration metadata and resolve standalone dependencies while preserving sequential/parallel parity. Surface array-valued node properties through graph queries so the metadata remains usable.
feat(angular): model declaration metadata
Keep generated bundles out of architecture results while reporting them as deliberate indexing exclusions.
Author
|
Opened against the upstream repository by mistake; recreating it in the fork. |
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
.min.jsand.min.cssfiles in full, moderate, and fast indexing modesignored-suffixexclusions instead of coverage failuresTest plan
build/c/test-runner discover index_resilience(97 passed)make -j3 -f Makefile.cbm lint-ciscripts/test.sh