feat: add support for Value13 and Value14 properties in Casbin.NET 2.16.0#86
Merged
Merged
Conversation
Member
|
@sagilio please review |
|
|
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Value13 and Value14 columns to casbin_rule table
Add support for Value13 and Value14 properties in Casbin.NET 2.16.0
Oct 30, 2025
|
🎉 This PR is included in version 2.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
thoraj
pushed a commit
to verji/efcore-adapter
that referenced
this pull request
Nov 11, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Casbin.NET 2.16.0 added
Value13andValue14properties toPersistPolicy. Users encountered errors when the adapter attempted to map these properties to non-existent database columns.Changes
Value13andValue14to ignored properties inDefaultPersistPolicyEntityTypeConfiguration.cs- these properties are not persisted, consistent withValue7-Value12SpecialPolicyTest.csfor compatibility with updatedAddFunctionAPINuGet.configConfiguration Pattern
Users can now use standard 6-column
casbin_ruletable schema with latest Casbin.NET versions.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
www.myget.orgdotnet build(dns block)dotnet build ./Casbin.Persist.Adapter.EFCore/Casbin.Persist.Adapter.EFCore.csproj --framework net8.0(dns block)dotnet build ./Casbin.Persist.Adapter.EFCore/Casbin.Persist.Adapter.EFCore.csproj --framework net8.0 -v minimal(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.