Nate McMaster
090c53ce71
Update dependencies with darc ( #6714 )
2019-01-17 13:30:58 -08:00
Javier Calvarro Nelson
5ff7e20c59
[Identity] Fix broken test ( #6563 )
2019-01-11 02:08:13 -08:00
Nate McMaster
0f65d44482
Merge branch 'release/2.2'
2019-01-09 18:09:25 -08:00
Nate McMaster
a6b04bf969
Fix MusicStore tests for 2.2
2019-01-09 17:18:01 -08:00
Justin Kotalik
a474a0567f
Merge branch 'release/2.2'
2019-01-09 16:42:12 -08:00
Nate McMaster
a3f9b74bb9
Merge branch 'release/2.1' into release/2.2
2019-01-09 14:52:53 -08:00
David Fowler
d116ab8550
Remove ObjectPoolProvider from default set of hosting services ( #6437 )
...
- Added it where it was being used
- Updated tests
2019-01-08 12:05:48 -08:00
Nate McMaster
5d16f97965
Remove netcoreapp2.0 test TFMs ( #6461 )
...
.NET Core 2.0 reached EOL last year. This removes multi-targeting our test projects and test assets to only use .NET Core 2.1 and .NET Framework 4.6.1.
2019-01-08 11:20:09 -08:00
Justin Kotalik
33d42551ac
Fix MusicStore PackageReferences and cleanup README
2019-01-07 12:53:08 -08:00
Justin Kotalik
2e67864995
Merge branch 'release/2.1' into release/2.2
2019-01-07 10:27:41 -08:00
Justin Kotalik
375e9d2cbd
Make music store project ref ( #6313 )
2019-01-07 09:34:05 -08:00
Pavel Krymets
143a727113
Remove AspNetCoreModule virtual projects ( #6317 )
2019-01-04 09:40:40 -08:00
Justin Kotalik
910e5ad7e5
Reference InprocessTestSite in CreateDefaultBuilderApp and Disable Failing Tests ( #6318 )
2019-01-03 08:54:14 -08:00
Nate McMaster
c3beb1f9b1
build.cmd/sh changes ( #5958 )
...
Update the build scripts to support building subfolders or subgroups of projects
* Add build scripts for ci
* Remove obsolete scripts
* Add flags like --test and --pack to control running just test or packaging
* Add flags like --managed and --native to control building sub-types of projects
* Remove KoreBuild bootstrapper flags
* Update to extensions 3.0.0-preview.18619.1 (needed to get a fix for aspnet/Extensions#815 to make this change work on MSBuild.exe)
2018-12-20 16:52:15 -08:00
John Luo
0cbc52ca15
Convert ServerTests to Reference and move to Server folder ( #4686 )
2018-12-18 14:59:47 -05:00
Nate McMaster
335c9be7b4
Update the artifacts directory organization and simplify publishing targets ( #5701 )
...
This simplifies the way that we publish files to our network drop share.
Changes:
* Instead of explicitly listing every file that needs to publish, use directories to classify packages and artifacts into different categories.
* Add documentation for the expected layout of artifacts/
* Remove the need for static analysis to determine which packages go to which project
* Add the MSBuild property "IsProductPackage" to .csproj files which ship as a package to NuGet.org.
2018-12-18 11:40:13 -08:00
Nate McMaster
85e2147ff0
Merge branch 'release/2.2'
2018-12-07 11:11:44 -08:00
Nate McMaster
569a14ecb8
Merge branch 'release/2.1' into release/2.2
2018-12-06 17:09:03 -08:00
Ryan Nowak
e3773b6383
Remove Razor tooling projects
...
Removes the Razor compiler/tooling projects from this repo
2018-12-06 07:47:00 -08:00
Justin Kotalik
0588b13f5b
Fix 2.1 build issues and remove obsolete build code ( #4443 )
...
- Stop producing the 'Universe' lineup package
- Removes all PackageLineup code
- Use full msbuild on Windows
- Fix invalid reference to internal.aspnetcore.sdk in 2.1.x
- Fix shared folder references for PackageArchive task.
2018-12-05 17:01:02 -08:00
Nate McMaster
0f904c518e
React to breaking changes in Microsoft.Extensions.Logging.Abstractions
2018-11-20 12:52:15 -08:00
Ryan Brandenburg
6b45771a1b
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in aca4b432e1
2018-11-19 10:57:15 -08:00
Ryan Brandenburg
ece5fa46c6
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 33978da1f7
2018-11-16 10:49:57 -08:00
Ryan Brandenburg
aed127198a
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in c14416f26f
2018-11-15 16:22:25 -08:00
Kiran Challa
32ea3f79fc
Deleted 'src' folder and moved content to 'samples' folder'
...
[Fixes #693 ] Consider moving MusicStore application to samples
2016-08-08 14:25:20 -07:00
Chris R
6ae610e8bc
React to WebListener AllowAnonymous API change.
2016-08-08 09:51:57 -07:00
Kiran Challa
1ba6608d90
Removed 'TESTING' compiler directive
2016-08-05 10:30:27 -07:00
Kiran Challa
e94f21ffc2
Moved content of 'shared' folder into MusicStore app and fixed tests
2016-08-05 10:04:23 -07:00
Paul Oliveira
1bce0acfde
Added asp-area to Components, _Layout and _LoginPartial links (Header links are broken in Admin area #666 )
2016-07-25 12:48:28 -07:00
Doug Bunting
faeb45caf0
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:18:03 -07:00
Pranav K
c83fbdbf12
Updating to dev versions
2016-06-16 10:18:19 -07:00
N. Taylor Mullen
ad71817af1
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:31:08 -07:00
jacalvar
68c06c61e7
Remove unncessary imports
2016-06-08 15:19:18 -07:00
BrennanConroy
32cade2542
Remove PlatformAbstractions
2016-06-08 14:40:20 -07:00
Pranav K
33a323894f
Reacting to IdentityModel changes
2016-06-04 20:51:13 -07:00
Kiran Challa
99bc05c7d7
[ Fixes #663 ] Replace 'web' with 'MusicStore' in launchSettings.json
2016-05-20 10:16:48 -07:00
moozzyk
bf7e7437a5
Fixing targets to enable starting music store from VS
2016-05-17 15:54:41 -07:00
Kiran Challa
3c7cfbf340
Removed all references to RuntimeInfoPage
2016-05-16 10:27:21 -07:00
David Obando
ef92bf3834
Merge branch 'release' into dev
2016-05-12 16:32:47 -07:00
David Obando
b838abc005
Fixes null reference exception
2016-05-09 17:08:42 -07:00
Kiran Challa
9d3f2c4803
[ Fixes #656 ] 'dotnet run' does not work on MusicStore app
2016-05-06 10:24:13 -07:00
Kiran Challa
e3808ab769
[ Fixes #656 ] 'dotnet run' does not work on MusicStore app
2016-05-06 10:14:18 -07:00
=
6af8da4713
Use in memory store for non-windows tests and disable tests until new cli is available
2016-05-05 14:11:58 -07:00
John Luo
a3975422ec
Merge branch 'release' into dev
2016-05-05 13:40:53 -07:00
John Luo
b7b0c5ba6d
Recognize new variants of nano server product types
2016-05-05 12:17:06 -07:00
Chris R
6a73d15dfb
Merge branch 'release' into dev
2016-05-03 15:14:47 -07:00
Chris R
2e079cb99d
React to OpenIdConnect package version change
2016-05-03 15:12:35 -07:00
Pranav K
c81da904b2
Merge branch 'release' into dev
2016-05-02 15:11:17 -07:00
Pranav K
59d905ae3b
Fix build warnings
2016-05-02 11:27:20 -07:00
Pranav K
cf35795db6
Merge remote-tracking branch 'origin/release' into dev
2016-04-28 14:55:58 -07:00
Pranav K
849fc0e89f
Modify Startup to run the right servers
2016-04-28 14:50:34 -07:00
Kiran Challa
025a781b9a
Fixed build break
2016-04-28 14:30:34 -07:00
BrennanConroy
fd5384d179
Merge branch 'release' into dev
2016-04-28 14:08:28 -07:00
BrennanConroy
838146c4a9
Fix mistype
2016-04-28 14:07:28 -07:00
BrennanConroy
67a583e1c3
Merge branch 'release' into dev
2016-04-28 12:36:30 -07:00
BrennanConroy
e7845f3b37
Use fallback logic
2016-04-28 12:35:27 -07:00
BrennanConroy
bfdf30ca03
Merge branch 'release' into dev
2016-04-28 10:00:47 -07:00
BrennanConroy
27b34cc7e6
Remove references to UseDefaultHostingConfiguration
2016-04-28 09:55:05 -07:00
Kiran Challa
f7d5a1faf2
Merge branch 'release' into dev
2016-04-27 10:32:37 -07:00
Kiran Challa
37a0983d23
Fixed project.json
2016-04-27 10:21:15 -07:00
Pranav K
1d19518c53
Merge branch 'release' into dev
2016-04-26 10:44:29 -07:00
Pranav K
b9048889db
Remove usage of IApplicationEnvironment
2016-04-25 16:16:44 -07:00
John Luo
02a4db2b3b
Merge branch 'release' into dev
2016-04-25 12:39:30 -07:00
John Luo
c9160c21ba
Convert to shared runtime and test both standalone and shared runtime
2016-04-25 11:29:17 -07:00
Chris R
547d7dc227
Merge branch 'release' into dev
2016-04-22 10:03:34 -07:00
Chris R
14860290d0
React to OpenIdConnect default ResponseType change.
2016-04-22 10:03:04 -07:00
Kiran Challa
426c61c81e
Removed duplicate glyphicon
2016-04-18 15:59:03 -07:00
Kiran Challa
ef5a5cdf5d
updated
2016-04-18 15:57:41 -07:00
Kiran Challa
95eaa0a11c
Remove duplicate glyphicon
2016-04-18 15:57:12 -07:00
Kiran Challa
6435591d1c
Created a configurable memory cache
2016-04-18 15:48:14 -07:00
Andrew Peters
90d816dfd0
Adding TODO for ordering in GenreComponent
2016-04-18 14:34:20 -07:00
Andrew Peters
48b17c886c
Various improvements:
...
- Use more efficient projection query for GenreMenuComponent.
- Change some sync EF calls to async.
- Log at Information level when Development.
Fix : #636
Conflicts:
src/MusicStore/Components/GenreMenuComponent.cs
2016-04-18 14:34:08 -07:00
Chris R
0668e45413
Clean up server configuration.
2016-04-18 13:36:52 -07:00
Chris R
909be6d307
Merge branch 'release' into dev
2016-04-16 23:28:25 -07:00
Chris R
8e4580f956
React to WebListener configuration changes.
2016-04-16 23:27:55 -07:00
Andrew Peters
7a551325c6
Adding TODO for ordering in GenreComponent
2016-04-15 13:32:31 -07:00
Andrew Peters
fb4fadb0b1
Various improvements:
...
- Use more efficient projection query for GenreMenuComponent.
- Change some sync EF calls to async.
- Log at Information level when Development.
Fix : #636
2016-04-15 12:29:30 -07:00
Ryan Nowak
cbf7dd55ae
Fix typo in URL
2016-04-15 11:05:29 -07:00
Ryan Nowak
e72c9e3e46
Fix typo in URL
2016-04-14 17:27:54 -07:00
Andrew Peters
2080a9776e
Fixing bug in GetCartAlbumTitles
2016-04-14 16:18:20 -07:00
Andrew Peters
6aea6541d0
Re-enable tracking queries by default.
2016-04-14 15:39:58 -07:00
John Luo
42b5762365
Merge branch 'release' into dev
2016-04-14 13:22:42 -07:00
John Luo
9b9bf73ece
Use UseServer() instead of UseKestrel() to allow override in tests
2016-04-14 11:43:31 -07:00
Andrew Peters
4cf6e463bb
Minor improvements to EF usage.
...
1) Queries are untracked by default.
2) Use projection query in CartSummaryComponent.
3) Removed redundant async methods.
2016-04-13 15:04:30 -07:00
ryanbrandenburg
19325a6cce
Add logging to 'business' events
2016-04-13 11:39:22 -07:00
John Luo
9818214c5c
Merge branch 'release' into dev
2016-04-11 10:22:54 -07:00
John Luo
ff46985cbd
Move web.config
2016-04-11 10:21:51 -07:00
Chris R
66e8f21f1d
Merge branch 'release' into dev
2016-04-07 11:56:53 -07:00
Chris R
e5b807e4d2
React to UseIIS rename.
2016-04-07 11:49:12 -07:00
Kiran Challa
a3fca566c5
Uncomment test code and change ASPNET_ENV to ASPNETCORE_ENVIRONMENT
2016-04-07 11:27:54 -07:00
John Luo
a587270b61
Fix build
2016-03-31 11:01:58 -07:00
John Luo
cfd6ec311e
Remove hosting.json
2016-03-30 16:58:39 -07:00
BrennanConroy
9b29eb19ae
Enable OpenId Tests
2016-03-30 14:04:13 -07:00
Pranav K
7f4a772859
Updating to NETStandard.Library 1.5.0
2016-03-28 06:32:52 -07:00
John Luo
514d752959
Enable IISExpress tests
2016-03-24 18:10:25 -07:00
John Luo
b4bdf6be08
Reacting to Hosting changes
2016-03-22 13:09:58 -07:00
ryanbrandenburg
416fc81cec
Include Microsoft.AspNetCore.Diagnostics in MusicStore
2016-03-16 13:11:50 -07:00
Arthur Vickers
98c69c3c4b
Use separate service providers
2016-03-16 09:18:07 -07:00
Arthur Vickers
6116f0e2e8
AddOptions, which is apparently not brought in my memory cache anymore.
2016-03-15 15:56:43 -07:00
Arthur Vickers
dc34c630b7
Go back to using app service provider as EF internal service provider when using in memory
2016-03-15 15:32:08 -07:00