Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #29. Please rebase and merge.
Casbin.NET will change the version frequently than before, so I want to keep the same version between the two packages.
EFCore keeps the same version to .NET too, It is not recommended to use a different version.
Changes:
Casbin.NET.Adapter.EFCore
=>Casbin.Adapter.EFCore
Casbin.NET #120,CasbinDbAdapter
=>EFCoreAdapter
Casbin.NET #120,Casbin.NET.Adapter.EFCore.CasbinRule<T>
=>Casbin.Adapter.EFCore.Entities.CasbinRule<T>
,Casbin.NET.Adapter.EFCore.CasbinModelExtension
=>Casbin.Adapter.EFCore.Extensions.CasbinModelExtension
Casbin.NET.Adapter.EFCore.CasbinRuleExtenstion
=>Casbin.Adapter.EFCore.Extensions.CasbinRuleExtenstion
CasbinRule
=>casbin_rule
(CasbinRule table name - consistency across projects #29),PType
=>ptype
,V0
=>v0
(Vx
=>vx
) (CasbinRule table name - consistency across projects #29),ptype
v0
v1
v2
v3
v4
v5
fields,.net5.0
.netstandard2.1
.netcoreapp3.1
targets,Release Notes:
Break Changes:
Casbin.NET.Adapter.EFCore
toCasbin.Adapter.EFCore
,CasbinRule<T>
class namespaceCasbin.NET.Adapter.EFCore
toCasbin.Adapter.EFCore.Entities
,CasbinDbAdapter
toEFCoreAdapter
,CasbinRule
tocasbin_rule
, default field namePType
V0
V1
V2
V3
V4
V5
toptype
,v1
v2
v3
v4
v5
.Features:
.net5.0
.netstandard2.1
.netcoreapp3.1
targets,Others:
v1.4.0
to1.5.0