Skip to content

Commit

Permalink
✨ introduce dotnet8 rules bucket (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Jun 17, 2024
1 parent d930baf commit 4d682fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions default/generated/dotnet8/example.yaml
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"
3 changes: 3 additions & 0 deletions default/generated/dotnet8/ruleset.yaml
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.

0 comments on commit 4d682fd

Please sign in to comment.