generated from konveyor/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ introduce dotnet8 rules bucket (#76)
Signed-off-by: David Zager <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- category: mandatory | ||
customVariables: [] | ||
description: MVC Method names have changed from .NET Framework | ||
effort: 1 | ||
labels: | ||
- konveyor.io/source=dotnetframework | ||
message: |- | ||
HttpNotFound was replaced with NotFound in .NET Core | ||
ruleID: removed-dotnet-framework-00000 | ||
when: | ||
or: | ||
- dotnet.referenced: | ||
pattern: "HttpNotFound" | ||
namespace: "System.Web.Mvc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name: dotnet8/dotnetframework45 | ||
description: This ruleset provides analysis with respect to API changes between | ||
.NET Framework 4.5 and .NET 8. |