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

GetAssembly for rcc modules returns duplicate assemblies. #21

Closed
StardustDL opened this issue Mar 13, 2021 · 0 comments · Fixed by #22
Closed

GetAssembly for rcc modules returns duplicate assemblies. #21

StardustDL opened this issue Mar 13, 2021 · 0 comments · Fixed by #22
Assignees
Labels
bug Something isn't working razor-component
Milestone

Comments

@StardustDL
Copy link
Owner

In this method:

public async Task<List<Assembly>> GetAssembliesForRouting(string path, bool recurse = false, bool throwOnError = false, CancellationToken cancellationToken = default)

This will cause Router's route table failing (same route conflict).

@StardustDL StardustDL added bug Something isn't working razor-component labels Mar 13, 2021
@StardustDL StardustDL added this to the 0.0.5 milestone Mar 13, 2021
@StardustDL StardustDL self-assigned this Mar 13, 2021
StardustDL added a commit that referenced this issue Mar 14, 2021
in GetAssembliesForRouting #21
StardustDL added a commit that referenced this issue Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working razor-component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant