-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Move test projects from src/ to tests/ #11357
Conversation
f39d6c2
to
bceab79
Compare
merged root one with linting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've moved the code analysis rule sets to the corresponding root and tests
directory (the tests inherit/import the rules from the root), where they get included by adding a <CodeAnalysisRuleSet>
to the Directory.Build.props
(which now also uses multi-level merge).
The legacy build files are also cleaned up, together with the .gitignore
file, so this should make the repository structure easier to understand.
I tried to remove the custom MyGet feeds from the NuGet.config
, but apparently version 1.2.0 of the Umbraco.Code package isn't available on nuget.org. We should either publish this version as well or otherwise integrate the project into the CMS solution (and take a project reference dependency).
No description provided.