Skip to content

Commit

Permalink
✨ generated dotnet rules
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager committed Jul 24, 2024
1 parent cdf5fbd commit 1c62ead
Show file tree
Hide file tree
Showing 7 changed files with 4,442 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
- 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
- konveyor.io/target=dotnet8
message: HttpNotFound was replaced with NotFound in .NET Core
ruleID: removed-dotnet-framework-00000
when:
or:
- dotnet.referenced:
pattern: "HttpNotFound"
namespace: "System.Web.Mvc"
dotnet.referenced:
pattern: "HttpNotFound"
namespace: "System.Web.Mvc"
Loading

0 comments on commit 1c62ead

Please sign in to comment.