Commit Graph

746 Commits

Author SHA1 Message Date
Marko Lahma
ada35f07f4 #164 tweak object instantiation hot paths 2018-11-03 09:24:35 +02:00
Marko Lahma
13fb3c74b8 #164 add working metadata caching 2018-10-21 20:25:41 +03:00
Marko Lahma
0c5c4b37b5 #164 improve performance a bit
* faster data structure access
* less memory allocations
2018-10-21 13:43:23 +03:00
Marko Lahma
daf290592a change benchmarks to run both full framework and core 2018-10-14 14:58:54 +03:00
Marko Lahma
f4bc659777 add basic benchmark project 2018-10-14 10:16:38 +03:00
Marko Lahma
f468abfa83 fixes #155 replace Quartz 2 integration with Quartz 3 integration 2018-10-07 15:40:54 +03:00
Marko Lahma
ebe2a73396 remove obsolete library support
* ASP.NET MVC 3
* ASP.NET MVC 4
* NHibernate 3
* NHibernate 4
2018-10-06 10:53:12 +03:00
Marko Lahma
d7da839948 remove 2010 from sln and csproj names 2018-10-01 12:12:46 +03:00
Marko Lahma
bf8240936a fixes #147 NHibernate 5 support 2018-09-30 21:57:25 +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
Jeffrey Schultz
fda8281874 change to support compilation under .NET Core 2018-09-30 09:05:42 +03:00
Marko Lahma
ba10504023 convert to FakeItEasy 2018-09-22 14:57:29 +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
ad64f00abe fix manual-compilation of dependent RESX files (see comment in .build file for details as to why this is necessary) 2015-11-25 09:00:45 -05:00
Steve Bohlen
dd78ba8f52 add check for CLR version to conditional Assert branching 2015-11-25 08:36:45 -05:00
Steve Bohlen
f159d7765c removing conditional; unnecessary now that missing RESX file has been properly added 2015-11-25 08:36:13 -05:00
Steve Bohlen
48260daf89 Visual Studio munging around with .csproj content 2015-11-24 19:50:16 -05:00
Steve Bohlen
8a46ba9d29 fix ResouceSetMessageSourceTests for Windows 10 Build 10586 2015-11-24 19:48:09 -05:00
Steve Bohlen
afb5ca67ac fix ResouceSetMessageSourceTests for Windows 10 Build 10586 2015-11-24 19:30:34 -05:00
Steve Bohlen
ee37c447a1 fix DateTimeFormatterTests for Windows 10 Build 10586 2015-11-24 19:02:25 -05:00
Steve Bohlen
6d95db75aa fix CurrencyFormatterTests for Windows 10 Build 10586 2015-11-24 18:55:20 -05:00
Steve Bohlen
b283a6f34d updating tests to reflect change of behavior introduced by fix to SPRNET-1582 2015-11-22 16:05:35 -05:00
Steve Bohlen
712d3f37a9 fix bug in Remove() method so that it properly removes the individual item after reworking linkedHead and linkedTail 2015-11-22 16:00:00 -05:00
Steve Bohlen
e7dc54a85e refactor tests to reflect various behaviors being tested separately 2015-11-22 15:58:28 -05:00
Steve Bohlen
d4d8f156a9 fixing errantly-excluded source files 2015-11-22 14:22:58 -05:00
Steve Bohlen
646787b935 remove references to no-longer-available ORACLE ODP.NET nuget package 2015-11-22 14:09:07 -05:00
Steve Bohlen
9fc7c921f4 Merge pull request #118 from kvr000/features/SPRNET-1581
SPRNET-1581: LinkedHashDictionary implementation
2015-11-22 13:17:39 -05:00
thorstenbaek
8eb9a86a20 Added OrderComparer to embeddedValueResolvers SortedSet 2015-07-22 14:45:03 +02:00
kvr
5b6324eb0f SPRNET-1581: LinkedHashDictionary implementation 2015-07-17 20:25:37 +02:00
Steve Bohlen
cdfcc1d9a6 fix typo (missing close-quote) in build file 2015-04-19 13:45:58 -04:00
Steve Bohlen
cc30cbecb6 bifurcate tests to reflect both apache nvelocity and castle nvelocity libs; re-enable apache nvelocity tests 2015-04-19 10:32:07 -04:00
Steve Bohlen
b2e9b58b05 provide for overwrite on copying support files prior to test-run 2015-04-18 15:56:00 -04:00
Steve Bohlen
c900e6353e -rework build scripts to pull all dependencies from current.bin.dir after being copied from lib source folders
-add build scripts for Spring.Template.Velocity.Castle projects
2015-04-18 10:24:55 -04:00
Steve Bohlen
f966b45763 Merge pull request #105 from djechelon/master
Spring.Net.Velocity.Castle
2015-04-14 15:22:27 -04:00
Steve Bohlen
00e9a7fcb3 explicit full path for MVC5 deps 2015-04-14 13:01:54 -04:00
Steve Bohlen
c7efc96d49 revert to bulk copy of MVC5 deps from nuget folder 2015-04-14 12:15:16 -04:00
Steve Bohlen
09e30e52d3 revise dependency search pathing 2015-04-14 10:56:04 -04:00
Steve Bohlen
42dbcea973 match dependencies with Spring.Web.Mvc5 build script 2015-04-14 10:17:20 -04:00
Steve Bohlen
890731b439 explict path for MVC5 dependencies vs. lib search paths 2015-04-14 09:27:04 -04:00
Steve Bohlen
637fe96de9 add missing ref to System.Web.Http and System.Web.Http.WebHost 2015-04-14 08:40:02 -04:00
Steve Bohlen
c089a82dfe add missing ref to System.Runtime.dll 2015-04-13 21:04:51 -04:00
Steve Bohlen
3bf72403dd add missing ref to Http.Formatting assembly 2015-04-13 17:32:16 -04:00
Steve Bohlen
8b5971047c update search path for WebApiClient assebly to fetch from PCL folder vs net45 folder in nuget packages 2015-04-13 16:22:34 -04:00
Steve Bohlen
ef463a97ee re-enable bulk-copy of all MVC5 packages in to bin dir as sanity-check to return to known-good build state 2015-04-13 15:03:19 -04:00
Steve Bohlen
d0fab91098 troubleshooting broken deps on Mvc5 test build 2015-04-13 14:08:58 -04:00
Steve Bohlen
7aaa5708fc add missing ref + paths to Microsoft.Web.Infrastructure assembly 2015-04-13 13:25:12 -04:00
Steve Bohlen
e102d73382 switch build scripts to avoid include=*.dll approach and switch to explicit identification of references (necessary to avoid invalid image format errors when building for CLR 2.0 and encountering CLR 4.0 assemblies in the directory when using include=*.dll approach) 2015-04-13 10:53:14 -04:00
Steve Bohlen
a24cb2de8e GH-107 - fixing errant build script oversight resulting in linking to improper version of NHibernate.dll in misc cases 2015-04-11 15:46:19 -04:00