160 Commits

Author SHA1 Message Date
Marko Lahma
1d01cace77 Global reformat for files (#272) 2025-03-28 23:33:23 +02:00
Marko Lahma
67cd5b83a9 Inline logger helpers for idiomatic usage (#270) 2025-03-28 20:01:17 +02:00
Marko Lahma
2e6687a60d Enable implicit usings in test project (#266)
* use global usings
* cleanup usings
2025-03-27 20:16:06 +02:00
Marko Lahma
7a2f6118ba Upgrade packages (#251) 2024-07-14 10:26:20 +03:00
Marko Lahma
c37be8b741 Upgrade to NUKE 8 (#243)
* Upgrade System.Data.SqlClient to version 4.8.6
2024-01-23 20:44:12 +02:00
Marko Lahma
909481644d Add website (#234)
* Add website

* update packages

* remove references to obsolete services

* build reference documentation

* tweaks

* new tweaks
2023-12-16 11:08:23 +02:00
Marko Lahma
269d9b1192 Update to NET 8 (#240) 2023-12-10 10:52:47 +02:00
Marko Lahma
dc58113791 Upgrade to NUKE 7.0.2 (#238) 2023-07-04 19:45:13 +03:00
Marko Lahma
2d5c33acee Upgrade to NUKE 6.3.0 (#235) 2022-12-22 21:58:36 +02:00
Marko Lahma
f30174605f Update publish logic 2022-12-07 09:28:55 +02:00
Marko Lahma
571febbe3f Update publish.yml 2022-12-07 09:16:48 +02:00
Marko Lahma
8a5410acd9 Release 3.0.1 preparations 2022-12-06 21:30:58 +02:00
Marko Lahma
63aa4b2a40 Upgrade support libraries and switch to central package management (#233) 2022-12-02 20:58:52 +02:00
Marko Lahma
7b163f006e Enable implicit usings (#224) 2022-07-16 22:45:23 +03:00
Marko Lahma
c1494dd636 Upgrade NUKE to version 6.1.2 (#223) 2022-07-16 21:52:46 +03:00
Marko Lahma
91c4f72e7d Upgrade to .NET SDK 6.0
* change minimum .NET Framework target to 4.6.2
2022-03-18 08:17:53 +02:00
Marko Lahma
6ca103da4c Fix packaging project name filter and upgrade NUKE 2021-08-06 19:34:01 +03:00
Marko Lahma
65321e2c35 tweak build logic 2021-08-02 18:57:36 +03:00
Marko Lahma
ca2bf1e889 Add GitHub Actions configuration (#201)
* new build system based on NUKE build
* support test running on Linux
2021-08-02 17:54:41 +03:00
Marko Lahma
b81af45da7 create netstandard2.0 targets
* Spring.Aop
* Spring.Core
* Spring.Data
* Spring.Messaging
* Spring.Testing.NUnit
2018-09-30 09:33:27 +03:00
Marko Lahma
9b939a3065 convert to new csproj 2018-09-17 08:14:58 +03:00
Marko Lahma
2b4eade2cb convert packages.config files to project.json
* reduce console output in builds
2016-11-11 22:16:40 +02:00
Marko Lahma
b3d1d85426 upgrade to NUnit 3.5
* upgrade nuget.exe and use single installation in build-support directory
* migrate to preferred automatic visual studio package restore mode
* fix various issues with NHibernate build configuration
* fix building of MVC projects when MVC libs not present
2016-10-29 21:43:06 +03:00
Steve Bohlen
4173268006 troubleshooting db connectivity for integration tests 2015-01-17 19:23:08 -05:00
Steve Bohlen
c2bbeba865 troubleshooting db connectivity for integration tests 2015-01-17 19:07:25 -05:00
Steve Bohlen
5a5965ac73 troubleshooting db connectivity for integration tests 2015-01-17 19:04:17 -05:00
Steve Bohlen
791124366d return to TCP transport for DB conn alias 2015-01-17 15:17:56 -05:00
Steve Bohlen
21d2ac8fab comment back in missing named-piped config value 2015-01-17 15:05:47 -05:00
Steve Bohlen
21a3632359 switching to named-pipes transport for SpringQA sql server alias 2015-01-17 14:55:23 -05:00
Steve Bohlen
ffdbfe1406 add ps1 script to safely restart services and WAIT until complete before proceeding 2015-01-17 10:39:27 -05:00
Steve Bohlen
0d2a4f380a remove inadvertent duplicate attempt to create 'Spring' database 2015-01-16 22:53:58 -05:00
Steve Bohlen
2bfe447075 add missing closing quotation in sqlcmd arguments 2015-01-16 22:19:00 -05:00
Steve Bohlen
fbd4c1f612 add scripts to create required databases and users for integration tests 2015-01-16 22:06:55 -05:00
Marko Lahma
d0c97dab87 NHibernate 4 support
* replace NHibernate33 and NHibernate32 packages with NHibernate3 package
2014-10-19 18:37:14 +03:00
sbohlen
e41d0dee48 update NANT config settings to support builds on both x86 and x64 processor architectures 2014-02-23 08:50:22 -05:00
Mike Evteev
19df92672f Added NAnt configuration to run on .Net 4.5 2014-01-16 10:37:43 -05:00
Marko Lahma
ed29a994b4 SPRNET-1509 upgrade to NUnit 2.6, use NuGet packages 2013-12-25 00:50:00 +02:00
Marko Lahma
0dfc0bc57b SPRNET-1539 upgrade Quartz dependency to 2.2.1, use Spring.Scheduling.Quartz2 as package name
* replace lib dir NHibernate and Quartz dlls with NuGet references
* update examples to prefer NuGet packages
2013-12-23 23:44:50 +02:00
Marko Lahma
fc5fa113bb SPRNET-1561 ASP.NET MVC 5 and WEB API 2 support
* also add .NET 4.5 targets
* fix issues with libs and build targets
2013-12-03 17:46:24 +02:00
Marko Lahma
54bcda7f77 SPRNET-1560 remove VS2008 solutions and projects
* update build files to use explicit library references to ensure proper 4.0 build on 4.5 enabled machines
* remove Spring.Web.MVC projects from main solution file
2013-11-17 14:10:46 +02:00
Marko Lahma
129fd2042c update NuGet to v. 2.7.1 2013-10-30 08:04:32 +02:00
Marko Lahma
1747ed066c update to NAnt 0.92 final 2013-10-30 08:00:42 +02:00
Marko Lahma
ed4efe3180 add missing ICSharpCode.NRefactory.CSharp.dll that was ignored by git for some reason 2013-10-29 18:25:10 +02:00
Marko Lahma
a957f027fb use OpenCover by default, update OpenCover and ReportGenerator, remove ASP.NET MVC 2 from packaging 2013-10-28 13:26:39 +02:00
Marko Lahma
10b6d3a747 Upgrade OpenCover and ReportGenerator, parameterize OpenCover to build
Now one can run coverage with open cover using -D:test.coverage.tool=opencover
2013-01-13 19:09:32 +02:00
Marko Lahma
ebfe101ad0 SPRNET-1539 Quartz.NET 2.1 support 2013-01-12 15:19:46 +02:00
Steve Bohlen
46f702116e remove errant ref to vs2003 registry, install location 2012-12-21 10:41:06 -05:00
Steve Bohlen
4caf0c6c1f Merge branch 'master' of https://github.com/hailtondecastro/spring-net into sprnet-1431 2012-12-17 15:29:20 -05:00
Steve Bohlen
ea5679df72 updating nuget to v2.0.0 2012-06-25 13:39:21 -04:00
Hailton de Castro
fe115c2c33 Ensure use of 32 bits version of frameworks and IDE to avoid the error
[MSB6003: The specified task executable "ResGen.exe" could not be
run...] on "Win 7 64".
  Forcing use of specific SDK to avoid the error "TRK0002: Failed to
execute command ResGen ..." on "Win 7 64". See:
http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/e8c1d26a-5e77-4422-bbc8-f0b7f25702d2/
  Specifying mandatory property (Platform) in SDK 7.
2012-06-08 22:50:09 -03:00