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

Non-framework related assemblies? #38

Open
JakeSays opened this issue Apr 25, 2023 · 1 comment
Open

Non-framework related assemblies? #38

JakeSays opened this issue Apr 25, 2023 · 1 comment

Comments

@JakeSays
Copy link

Hello Jared,

First I just want to say thank you for creating this project. It has been a big help!

I have a couple of non-framework assemblies that my scripts use. Would it be better to create reference assemblies for them and use those during compilation, instead of the actual implementation assemblies?

Thanks,
-Jake

@jaredpar
Copy link
Owner

First I just want to say thank you for creating this project. It has been a big help!

Thanks. Glad you're getting use out of it :)

I have a couple of non-framework assemblies that my scripts use. Would it be better to create reference assemblies for them and use those during compilation, instead of the actual implementation assemblies

For .NET Core I would always recommend using reference assemblies when possible. Those will have consistent API surface area from release to release. Where as implementation assemblies are free to change surface API area by moving around types.

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

No branches or pull requests

2 participants