Skip to content

Commit

Permalink
feat: Update rules and recommendations for .NET 8 (#163)
Browse files Browse the repository at this point in the history
feat: Support for .NET 8 - add missing rule files
  • Loading branch information
mrkdeng committed Oct 26, 2023
1 parent 70e3414 commit e0d8d13
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions recommendation/oracle.manageddataaccess.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"Name": "Oracle.ManagedDataAccess",
"Version": "12.1.24160719",
"Packages": [
{
"Type": "Nuget"
}
],
"Recommendations": [
{
"Type": "Namespace",
"Name": "Oracle.ManagedDataAccess",
"Value": "Oracle.ManagedDataAccess",
"KeyType": "Name",
"ContainingType": "",
"RecommendedActions": [
{
"Source": "External",
"Preferred": "Yes",
"TargetFrameworks": [
{
"Name": "netcoreapp3.1",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
},
{
"Name": "net5.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
},
{
"Name": "net6.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
},
{
"Name": "net7.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
},
{
"Name": "net8.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "",
"Actions": [
{
"Name": "AddPackage",
"Type": "Package",
"Value": "Oracle.ManagedDataAccess.Core",
"Description": ""
}
]
}
]
}
]
}

0 comments on commit e0d8d13

Please sign in to comment.