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

RCL-ify the package #22

Closed
rickbutterfield opened this issue Jun 29, 2023 · 0 comments
Closed

RCL-ify the package #22

rickbutterfield opened this issue Jun 29, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@rickbutterfield
Copy link
Owner

As per the opinionated package starter, convert the package to be a Razor Class Library as per some of the discussions on the PR:

So to explain why RCLs are awesome, I think one of the key takeways is that when you're working locally in Visual Studio or similar, the assets from the package is added to your project virtually. Meaning that aren't physically on disk inside your project - they are instead pulled virtually from the NuGet package and made to appear as if they were inside your project. For one, this makes it easier to work in packages and version control, since you don't have to commit the assets to your repo.

@rickbutterfield rickbutterfield added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jun 29, 2023
@rickbutterfield rickbutterfield added this to the 1.7.0 milestone Sep 4, 2023
@rickbutterfield rickbutterfield mentioned this issue Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant