The Wayback Machine - https://web.archive.org/web/20220217172839/https://github.com/dotnet/aspnetcore/issues/40287
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

When Consuming Razor Class Library Project it is very cumbersome to get the Right RCL Project Name for the Static Resource #40287

Open
1 task done
nssidhu opened this issue Feb 17, 2022 · 1 comment

Comments

@nssidhu
Copy link

@nssidhu nssidhu commented Feb 17, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

Can we have some intellisense that can help select or show path and make the whole process more convenient ?

Describe the solution you'd like

I have created Razor Class Library with static Resource in it (image & JavaScript Plus some .css).
When i reference this class library in my Blazor Wasm or server Project and to get reference to this class Library's static resource seems to be very cumbersome(trial/error) process to get correct path.

<img class="img-fluid" src="_content/XXXXLoginRazorClassLibrary/images/Image1.jpg" />

Can we have some intellisense that can help select or show path and make the whole process more convenient ?

Additional context

No response

@mkArtakMSFT
Copy link
Contributor

@mkArtakMSFT mkArtakMSFT commented Feb 17, 2022

This looks like a tooling ask. @NTaylorMullen do you want me to move this over to the https://github.com/dotnet/razor-tooling/issues repo or should the request be filed in AzDO instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants