forked from hibernating-rhinos/rhino-security
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/other-linq-merge' into version-next
This implements another way of adding the security enhancements to a Linq query. This is a cherry-pick of PR hibernating-rhinos#11 on ayende/rhino-security on GitHub (ayende#11) After some evaluation I went for Mark Junkers implementation because it did not depend on LinkKit. Even though I think my implementation is cleaner and much easier to understand. I think that a library of this kind should be really easy to use in an solution and to minimize external dependencies is a worth alot.
- Loading branch information
Showing
8 changed files
with
919 additions
and
754 deletions.
There are no files selected for viewing
1,182 changes: 591 additions & 591 deletions
1,182
Rhino.Security.Tests/AuthorizationService_Queries_Fixture.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.