-
Notifications
You must be signed in to change notification settings - Fork 18
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
Review compared to "Open-source library guidance" #402
Comments
I'm sure that we will debate strong naming. |
We have agreed to allow strong naming. |
I'll look at doing a PR like the other two, unless someone else has a burning desire to do it. |
On strong-naming, JustBehave is now signed, but structuremap isn't and it looks like there is no intention from them to do it, not sure the best way forwards with this 😕 |
This might fit in with what I'm doing in #431, where I'm trying to make the DI more pluggable as a whole. If that all works, we could replace StructureMap with something else that is, like the Microsoft one? |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Re-reviewing this, it looks like the path forward is to move the tests for StructureMap into their own test assembly that doesn't need |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Before we release version
7.0.0
, we should review the codebase with respect to the new "Open-source library guidance" documentation from Microsoft and determine what, if anything, we should do for JustSaying while we have the opportunity to make breaking changes.The only obvious thing to consider that we don't currently do is strong-naming, which would allow the library to be consumed by applications/libraries that are/need strong-naming themselves.
Similar changes elsewhere on the same theme include:
The text was updated successfully, but these errors were encountered: