generated from konveyor/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 adding discovery label to be used in discovery process
Signed-off-by: Shawn Hurley <shawn@hurley.page>
- Loading branch information
1 parent
8e9acee
commit 43e8a29
Showing
5 changed files
with
34 additions
and
3 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
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
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. |
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
name: technology-usage | ||
description: This ruleset provides analysis of logging libraries. | ||
labels: | ||
- discovery |