Commit Graph

28 Commits

Author SHA1 Message Date
Kiran Challa 5a7a3bfcb3 Merge branch 'merge/release/2.2-to-master'
# Conflicts:
#	build/dependencies.props
#	korebuild-lock.txt
2018-07-10 14:04:43 -07:00
Kiran Challa 0812279464 Merge branch 'release/2.1' into kichalla/21.to.22.mergecommit
# Conflicts:
#	build/dependencies.props
#	korebuild-lock.txt
#	src/Microsoft.AspNetCore.Mvc.ApiExplorer/DefaultApiDescriptionProvider.cs
#	test/Microsoft.AspNetCore.Mvc.Core.Test/Internal/ApiBehaviorApplicationModelProviderTest.cs
#	version.props
2018-07-09 13:00:10 -07:00
Nate McMaster e3d8189f98
Update branding to 3.0.0-alpha1 2018-06-29 13:44:20 -07:00
Nate McMaster 7c3a4d45ba
Bumping version from 2.1.1 to 2.1.2 2018-06-12 14:01:32 -07:00
Nate McMaster 7b16b56112
Bumping version from 2.1.0 to 2.1.1 2018-05-23 15:35:20 -07:00
Nate McMaster 9f0d3712eb
Merge branch 'release/2.1' into dev 2018-05-07 15:48:32 -07:00
Nate McMaster 74c0d0c287
Fix experimental package version when IsFinalBuild=true 2018-05-07 15:32:18 -07:00
Nate McMaster 346e9b4f91
Merge branch 'release/2.1' and bump to 0.2.0 2018-04-30 15:24:09 -07:00
Nate McMaster (automated) ec80c5f8b8
Bump version to 2.1.0-rtm 2018-04-30 14:51:43 -07:00
Ryan Brandenburg e603a35f23 Update version number to 2.2.0 2018-04-16 17:00:33 -07:00
Ryan Brandenburg 864a4e39c3 Branching for 2.1.0-rc1 2018-04-16 17:00:28 -07:00
Pranav K 1ed0da9643
Update version prefix to preview3 2018-03-16 11:27:32 -07:00
Pranav K 89c94d0823
Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is specified 2018-03-06 10:05:14 -08:00
Pranav K b33bda1836 Use FeatureBranchVersionSuffix to calculate ExperimentalVersionSuffix 2018-02-21 18:37:14 -08:00
Pranav K 44a0e37ac3 Use FeatureBranchVersionSuffix when generating VersionSuffix 2018-02-21 18:27:07 -08:00
Nate McMaster 469aea9b37
Update version on Mvc.Analyzers to be 0.1.0-alpha2 2018-02-01 16:35:22 -08:00
Pranav K 19c89db48b
Merge pull request #7313 from aspnet/release/2.1
Ensure analyzer package uses -final version when IsFinalBuild=true
2018-01-29 12:23:43 -08:00
Pranav K e5fb72c300 Ensure analyzer package uses -final version when IsFinalBuild=true 2018-01-29 12:23:23 -08:00
Ryan Brandenburg f71cbd39b5 Update to Preview2 2018-01-25 09:40:20 -08:00
Pranav K c6c77dd4d3 Introduce Mvc analyzers 2018-01-19 16:02:50 -08:00
Nate McMaster 2e4bc548f5
Pin tool and package versions to make builds more repeatable (#7013) 2017-10-31 19:18:14 -07:00
Nate McMaster 8e1a337e31 Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:33:52 -07:00
Ryan Brandenburg 80bae285f0 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:34:30 -07:00
Pranav K 0c31f51d28 Update version suffix for 2.0.0 RTM release 2017-07-06 15:16:05 -07:00
Pranav K c1a14f22cc Updating versions to preview3 2017-06-01 10:47:29 -07:00
Pranav K 80662c5d06 Updating package version to preview2 2017-04-26 07:13:21 -07:00
Pranav K bc05f005ec Updating versions to 2.0.0-preview1 2017-04-04 06:57:28 -07:00
N. Taylor Mullen acfad83aa6 Migrate to MSBuild
- thanx to @NTaylorMullen for initial conversion
  - e.g. AssemblyInfo.cs files were already minimized or removed :)
- allow `>=` RC3 CLI's to build and run MVC
- work around several dotnet migration issues; see #5482
- disable full .NET Framework runs of functional tests; see #5873
- remove `Microsoft.DotNet.InternalAbstractions` and `System.Xml.XmlDocument` dependencies
- remove project.json (!!), *.xproj, .notest, and web.config files

Redo earlier changes:
- apply test migration to .NET 4.5.2 in *.csproj world
  - see 63507c8 for previous, project.json work
- apply dependency version downgrade from 0097e40 in *.csproj world

Make other test-related changes:
- make Microsoft.AspNetCore.Mvc.TestDiagnosticListener a regular class library
- add support for `/p:GenerateBaselines=true` for functional and Razor.Host tests
- separate `GetCSharpTypeName_ReturnsCorrectTypeNames_ForOutParameter()` test
  - work around inability to deserialize a odd `ref` type
  - xUnit and vstest now serialize / deserialze test data more often
- skip poor test mentioned in #5768
- work around Microsoft/vstest#392
  - rename tests to avoid duplicates
- work around Microsoft/vstest#419
  - set up created `AppDomain`s with current `ApplicationBase`
2017-02-28 21:20:39 -08:00