Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to netstandard 2.0 and add Linq support #12

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
093bce5
Add .vs folder to gitignore
whyer Dec 9, 2019
7e74e82
Fix how strings are compared in unit tests
whyer Dec 9, 2019
51f1348
Revert changes to how users are compared in queries
whyer Dec 9, 2019
c55973d
Remove checked in packages
whyer Dec 9, 2019
b3af357
Migrate to package references
whyer Dec 9, 2019
0b6b977
Upgrade xunit
whyer Dec 9, 2019
350828a
Remove checked in packages
whyer Dec 9, 2019
4994359
Upgrade to 4.6.1
whyer Dec 9, 2019
393afc7
Upgrade to NHibernate 5.2.6
whyer Dec 9, 2019
f391964
Fix errors after NHibernate upgrade
whyer Dec 9, 2019
af71d20
Add possibility to easy change between SqlLite and Sql Server
whyer Dec 9, 2019
844706f
Change Release Connections mode to auto and fexed test that broke
whyer Dec 9, 2019
c68b140
Change dependency to nuget
whyer Dec 9, 2019
bffb8f1
Remove build tool-script not used anymore
whyer Dec 9, 2019
d2955f7
Lower NHibernate version to 5.2.0
whyer Dec 9, 2019
12f1421
Remove unused variable
whyer Dec 9, 2019
457a69b
Cleanup app.config
whyer Dec 9, 2019
6db8492
Ugly hack to get correct msbuild
whyer Dec 9, 2019
7826e16
Convert to SDK projekt, netstandard2.0
whyer Dec 10, 2019
ed1f4b0
Remove ActiveRecord and Windsor projects
whyer Dec 10, 2019
f155fde
Add mapping files as embedded resources
whyer Dec 10, 2019
aea59b3
Move test project into Core-test project
whyer Dec 10, 2019
366c629
Add nuget metadata to project file
whyer Dec 10, 2019
5730523
Fix so we can switch to sql database
whyer Dec 12, 2019
c853db0
Fix xunit warnings
whyer Dec 13, 2019
bb06911
Begin work on linq
whyer Dec 13, 2019
a0d767c
Add filter for stuff on permission table
whyer Dec 13, 2019
7ddf476
Add session to linq overloads
whyer Dec 14, 2019
c04ccbe
Add xUnit logging to tests
whyer Dec 14, 2019
54e29b7
Extracting key from entity
whyer Dec 14, 2019
d9f675d
Add usergroups to query
whyer Dec 16, 2019
ea062b3
Add usergroup overload
whyer Dec 16, 2019
84adb03
Add back Rollback, some SQLite tests fail with commit
whyer Dec 16, 2019
cc4e276
Cleanup
whyer Dec 16, 2019
5e7b3b1
Remove session from method calls, use injected instead
whyer Dec 16, 2019
22ecbf9
Bump version to 2.0
whyer Dec 16, 2019
9f881c0
Tabs to spaces
whyer Dec 16, 2019
b2e3d60
Add missing XML comments
whyer Dec 16, 2019
e2b27a4
Remove need for change in IEntityInformationExtractor interface
whyer Dec 16, 2019
cc2ee93
Add AssemblyInfo to git
whyer Dec 20, 2019
70a7017
Remove old build scripts (psake)
whyer Dec 20, 2019
350cd49
Updated readme and added to nuget
whyer Dec 20, 2019
5653e6a
Add support for source package
whyer Dec 20, 2019
213f6b5
Lower dependency on LinqKit.Core
whyer Dec 20, 2019
3d07ab9
Change the interface to return a new query
whyer Dec 20, 2019
5937847
Add extension methods for queries and some tests
whyer Dec 21, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add support for source package
whyer committed Dec 20, 2019
commit 5653e6a13b608827753942c7f96da8be5db4a39e
4 changes: 4 additions & 0 deletions Rhino.Security/Rhino.Security.csproj
Original file line number Diff line number Diff line change
@@ -5,11 +5,15 @@
<PackageId>Rhino.Security</PackageId>
<Version>2.0.0</Version>
<Authors>OSS Contributors</Authors>
<Company>Hibernating Rhinos</Company>
<Description>Rhino Security is a security framework to provide row level security for NHibernate. Rhino Security is perfect for people who want to set up user and group security in their NHibernate domain models. It supports ACL and role based security.</Description>
<PackageLicenseFile>license.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/hibernating-rhinos/rhino-security/</PackageProjectUrl>
<PackageTags>nhibernate security authorization</PackageTags>
<Copyright>Hibernating Rhinos &amp; Ayende Rahien 2004 - 2009 &amp; Contributors 2010-2011</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<SymbolPackageFormat>symbols.nupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup>