-
Notifications
You must be signed in to change notification settings - Fork 202
Develop #3
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
Open
msguney
wants to merge
724
commits into
tpolyak:master
Choose a base branch
from
sharparchitecture:develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Develop #3
Conversation
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
* hotfix/RC3: Remove Iesi.Collections from web project update Raven nuspec to use raven 2.0 - 3.0 Minor contributions.md changes Add build commands to contributing.md Add CONTRIBUTING document Updated dependences Raven2.0 Bump to 2.1RC3
* hotfix/RC3: Remove Iesi.Collections from web project update Raven nuspec to use raven 2.0 - 3.0 Minor contributions.md changes Add build commands to contributing.md Add CONTRIBUTING document Updated dependences Raven2.0 Bump to 2.1RC3 Conflicts: Build/Build.proj Solutions/SharpArch.Domain/SharpArch.Domain.csproj Solutions/SharpArch.Domain/packages.config Solutions/SharpArch.NHibernate/packages.config Solutions/SharpArch.RavenDb/SharpArch.RavenDb.csproj Solutions/SharpArch.RavenDb/packages.config Solutions/SharpArch.Tests/SharpArch.Tests.csproj Solutions/SharpArch.Tests/packages.config Solutions/SharpArch.Web.Mvc/SharpArch.Web.Mvc.csproj Solutions/SharpArch.Web.Mvc/packages.config
Mainly because some provider (virginmedia in the uk) block the git protocol port 9418
For consistency with the NH Transaction attribute. Even though it is no a transaction per say, but ravens session.SaveChanges ensure atomicity of operations done in that session.
…ee issue #86) and updated the command handler to have virtual members in order to improve extensibility.
…e command handler per command is supported since cd74c84.
…mmand to test for changes made in cd74c84.
…cause the DependencyResolver was not set up.
Castle.Core 3.2.2 Castle.Windsor 3.2.1 FluentNHibernate 1.4 NHibernate 3.3.3.4001 RavenDB.Client 2.5.2750 Iesi.Collections 3.3.3.4001 Newtonsoft.Json 5.0.8 Machine.Specifications 0.6.1 System.Data.SQLite 1.0.90 NUnit 2.6.3 Moq 4.2.1312.1622 Fixes #60
In order to get latest mspec runner
Change max version of FluentNHibernate to 2.0 to allow future minor version upgrades without Sharp update Change min of Castle and RavenDB to pull in compatible version when Sharp is updated Waives fist at strong named assemblies!
* hotfix/2.1.0: Add update instructions Change nuspec dependency versions updated documentation Remove RC tag, now at 2.1 BuildSystem update Update dependencies Limit Iesi.Collections to versions < 4 Fix for Nuget 2.1 packages Renamed Raven UnitOfWork to Transaction Documentation update Remove Iesi.Collections from web project update Raven nuspec to use raven 2.0 - 3.0 Minor contributions.md changes Add build commands to contributing.md Add CONTRIBUTING document Updated dependences Raven2.0 Bump to 2.1RC3
* hotfix/2.1.0: Add update instructions Change nuspec dependency versions updated documentation Remove RC tag, now at 2.1 BuildSystem update Update dependencies Limit Iesi.Collections to versions < 4 Fix for Nuget 2.1 packages Renamed Raven UnitOfWork to Transaction Documentation update Conflicts: Build/Build.proj Solutions/.nuget/NuGet.exe Solutions/SharpArch.Domain/SharpArch.Domain.csproj Solutions/SharpArch.Domain/packages.config Solutions/SharpArch.NHibernate/SharpArch.NHibernate.csproj Solutions/SharpArch.NHibernate/packages.config Solutions/SharpArch.Specifications/SharpArch.Specifications.csproj Solutions/SharpArch.Specifications/packages.config Solutions/SharpArch.Testing.NUnit/SharpArch.Testing.NUnit.csproj Solutions/SharpArch.Testing.NUnit/packages.config Solutions/SharpArch.Tests/SharpArch.Tests.csproj Solutions/SharpArch.Tests/packages.config Solutions/SharpArch.Web.Mvc/SharpArch.Web.Mvc.csproj Solutions/SharpArch.Web.Mvc/packages.config
* Upgrade to .NET 6 release, closes #264 * Upgrade dependencies * Switch to Visual Studio 2022 image in Appveyor * Disable SQL connection encryption in unit-tests. This is breaking change in Microsoft.Data.SqlClient 4.0
* Switch to generic hosting model in ASP.NET. * Remove obsolete method usage. * Upgrade dependencies. Closes #268
* Restructure * Enable C# 10 features for library projects * Switch to file-scoped namespaces. * Enable implicit usings. * Add JetBrains.Annotations. * Reformat code. * Update Samples * Upgrade dependencies * Skip GitVersion for PR builds * Skip code coverage for .NET 7 * Include build Id in PR build version number * Disable .NET preview warning
Added workaround for AutoMapper LuckyPennySoftware/AutoMapper#3988
* Drop .NET 5 support, closes #272 * Drop NetStandard2.0 support, closes #286 * Drop .NET Core 3.2 support, closes #274 * Don't install .NET 7 beta * Exclude Samples from code coverage * Upgrade dependencies * Add .NET 8, closes #276 * Add .NET 9 support, closes #281 * Disable build progress bar on linux (It does not play well with appveyor) * Move old samples out of `Src` folder * Drop .NET 6, closes #287 .NET reached EOL in Nov 2024 * Fix NHibernate config name * Fix tools
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.
No description provided.