You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regex pattern should match web projects by default.
We need this for our reusable Orchard Core modules/themes so they can target the .0 minor version of the latest version; i.e., 1.8.0 currently, so people can use them regardless of the consumer projects being on 1.8.0, 1.8.1, 1.8.2, or 1.8.3 (currently they're forced to use at least what the projects target).
This will be especially important after OC 2.0, since that'll strictly follow SemVer, not releasing breaking changes with minor versions. So, we might want to keep our modules/themes targeting 2.0 until 3.0 is released.
github-actionsbot
changed the title
Add option to verify-dotnet-consolidation to ignore projects matching a given pattern
Add option to verify-dotnet-consolidation to ignore projects matching a given pattern (OSOE-859)
May 17, 2024
Add option to
verify-dotnet-consolidation
to ignore projects matching a given regex pattern. The idea is that the action would then do this:dotnet sln solution.sln remove excluded.csproj
to remove the matching projects from the solution.dotnet-consolidate
.git reset --hard
.Idea by @sarahelsaig.
The regex pattern should match web projects by default.
We need this for our reusable Orchard Core modules/themes so they can target the .0 minor version of the latest version; i.e., 1.8.0 currently, so people can use them regardless of the consumer projects being on 1.8.0, 1.8.1, 1.8.2, or 1.8.3 (currently they're forced to use at least what the projects target).
This is also necessary for Orchard Core Commerce: OrchardCMS/OrchardCore.Commerce#449.
This will be especially important after OC 2.0, since that'll strictly follow SemVer, not releasing breaking changes with minor versions. So, we might want to keep our modules/themes targeting 2.0 until 3.0 is released.
This started under Lombiq/Helpful-Libraries#258 and OrchardCMS/OrchardCore.Commerce#435 (comment).
Jira issue
The text was updated successfully, but these errors were encountered: