Doug Bunting
2bb7851939
Correct build in aspnetcore-helix-matrix pipelines
...
- should not use `-all` and `-projects` without `-noBuildNative`
- builds fail otherwise because build.ps1 attempts to build the specified projects in desktop `msbuild`
2020-06-01 20:51:14 -07:00
dotnet-maestro[bot]
0537b4fdd3
Update dependencies from https://github.com/dotnet/efcore build 20200601.3 ( #22435 )
...
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20301.2 -> To Version 5.0.0-preview.7.20301.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-02 00:37:57 +00:00
Safia Abdalla
e66ad54db4
Improve handling for shared values in Blazor Server ( #21299 )
2020-06-01 15:45:07 -07:00
dotnet-maestro[bot]
96e8d89f2a
[master] Update dependencies from dotnet/efcore ( #22403 )
...
* Update dependencies from https://github.com/dotnet/efcore build 20200531.1
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20279.1 -> To Version 5.0.0-preview.6.20281.1
* Update dependencies from https://github.com/dotnet/efcore build 20200601.2
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20279.1 -> To Version 5.0.0-preview.6.20301.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-01 22:21:42 +00:00
John Luo
79d3e3e701
Add migrated projects to Razor.sln ( #22378 )
2020-06-01 13:17:55 -07:00
William Godbe
3752fa6583
Update branding to preview7 ( #22426 )
2020-06-01 12:42:42 -07:00
Brennan
12949b7cb7
Quarantine flaky tests ( #22424 )
2020-06-01 18:54:34 +00:00
Doug Bunting
d2b3eecedb
Provide an `$(OutputPath)` setting in helix.proj
...
- #22246
2020-06-01 11:49:30 -07:00
Doug Bunting
7fc4a5537c
Switch priorities of Ubuntu 16.04 and 18.04 testing; add 20.04
2020-06-01 11:49:11 -07:00
Pranav K
c87d14afbc
Add nullability to Localization ( #22323 )
...
* Changes to support nullable for ns2.0
* Change ref assembly project to use nullable context
2020-06-01 11:32:31 -07:00
Artak
5b3976d045
Updating the issue template to get more detailed information ( #22410 )
...
* Updating the issue template to get more detailed information
* Just a minor emoji to differentiate the bug and feature report lines from the rest
2020-06-01 10:40:14 -07:00
BrennanConroy
648c15dbe9
Skip some tests on Ubuntu 16
2020-06-01 09:49:42 -07:00
Ajay Bhargav B
5c155d4147
Remove workaround for templating encoding issue ( #22367 )
2020-05-29 22:26:33 -07:00
Tanay Parikh
51cbcbc477
Merge pull request #22379 from dotnet/taparik/grammar_fix
...
Minor Documentation Grammar Fix
2020-05-29 19:40:44 -07:00
Doug Bunting
14d6b6e286
Build primarily with `dotnet msbuild` ( #22017 )
...
* Make `dotnet msbuild` the default on Windows too
- add step using desktop `msbuild` when native builds may be involved
- `-All` (without `-NoBuildNative`), `-BuildNative` or `-BuildInstallers` run this step
- but `-ForceCoreMsbuild` unconditionally skips this step
nits:
- add binary log for RepoTasks build if `$BinaryLog` (echoes the `dotnet msbuild` command)
- add blank lines between build steps
* Enable building managed projects depending on native assets
- splitting native builds out confuses these projects
- use `$(BuildNative)` less, only to control actual building (not bundling)
- build both native platforms in one `msbuild` invocation
* Adjust generation scripts to explicitly choose the MSBuild engine
- ensure native assets are included in GenerateReferenceAssemblies.ps1 build
- clean up the global state that tools.ps1 corrupts
* Revert move to VS2019.Pre queues
This reverts part of commit b67d161e03
- was "[release/5.0-preview5] Update dependencies from dotnet/aspnetcore-tooling (#21710 )"
* Revert "!temporary! Require `msbuild` from VS2019 16.6"
- this reverts commit 58cf2304a6
* Reduce build duplication in pipelines
- build native assets and repo tasks once per CI job
- only cleanup framework references after packing managed projects
nits:
- wrap a few long lines
- remove extra `-forceCoreMsbuild` options in SiteExtensions' build.cmd
* Fix Helix jobs
- restore.cmd doesn't work well with `-projects`; script unconditionally adds `-all`
* !fixup! Reduce duplications further
- missed a couple of places `-noBuildRepoTasks` helps
* Cleanup: Remove a few dangling binary logs
* !fixup! Correct typos in generation scripts
* !fixup! Another typo in the generation scripts
2020-05-29 19:02:03 -07:00
Tanay Parikh
d117dde356
Minor Documentation Grammar Fix
2020-05-29 17:53:29 -07:00
dotnet-maestro[bot]
b9800cf557
Update dependencies from https://github.com/dotnet/runtime build 20200528.9 ( #22370 )
...
System.ComponentModel.Annotations , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , System.Drawing.Common , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Http , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.IO.Pipelines , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.ServiceProcess.ServiceController , System.Security.Principal.Windows , System.Security.Permissions , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Runtime.CompilerServices.Unsafe , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml
From Version 5.0.0-preview.6.20271.10 -> To Version 5.0.0-preview.6.20278.9
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-30 00:46:28 +00:00
dotnet-maestro[bot]
15b10425b2
Update dependencies from https://github.com/dotnet/efcore build 20200529.1 ( #22369 )
...
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20278.10 -> To Version 5.0.0-preview.6.20279.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-29 22:02:07 +00:00
Youssef Victor
eab9005e6b
Make H3StaticTable static class ( #21705 )
...
* Update H3StaticTable.cs
* Update QPackEncoder.cs
* Update Http3TestBase.cs
* Update EncoderStreamReader.cs
* Update QPackDecoder.cs
* Update Http3Stream.cs
* Use s_ prefix for static fields
2020-05-29 21:36:35 +00:00
dotnet-maestro[bot]
bf099ab594
Update dependencies from https://github.com/dotnet/arcade build 20200528.4 ( #22360 )
...
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
From Version 5.0.0-beta.20261.9 -> To Version 5.0.0-beta.20278.4
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-29 18:53:59 +00:00
Huei Feng
22c36ad0f0
fix processex.cs possible problems ( #22347 )
...
- `_output ` May be executed in synchronous and asynchronous situations
- Process Is a nullable
2020-05-29 11:45:48 -07:00
Pranav K
78d6ce201f
Merge pull request #22296 from dotnet/prkrishn/merge-into-master
...
Merge blazor-wasm in to master
2020-05-29 10:37:32 -07:00
dotnet-maestro[bot]
a799bf68e4
Update dependencies from https://github.com/dotnet/efcore build 20200528.10 ( #22344 )
...
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20278.5 -> To Version 5.0.0-preview.6.20278.10
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-29 04:06:15 +00:00
John Luo
a65a466173
Add a transport package for Mvc.Razor.Extensions pdbs ( #22299 )
...
* Add a transport package for Mvc.Razor.Extensions pdbs
* Feedback
* Add two more pdbs
2020-05-28 19:45:52 -07:00
dotnet-maestro[bot]
cb07303ebe
Update dependencies from https://github.com/dotnet/efcore build 20200528.5 ( #22339 )
...
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20278.4 -> To Version 5.0.0-preview.6.20278.5
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-29 02:36:27 +00:00
dotnet-maestro[bot]
c858ccf7cf
Update dependencies from https://github.com/dotnet/efcore build 20200528.4 ( #22338 )
...
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20278.3 -> To Version 5.0.0-preview.6.20278.4
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-29 00:33:31 +00:00
Pranav K
592dfe165b
Changes to build in master
...
* Cleanup bad merge
* Update to dotnet-serve that supports arbitrary ports
2020-05-28 15:43:55 -07:00
Ryan Brandenburg
26ddefca5e
Quarantine cert test ( #22320 )
...
* Quarantine cert test
* Quarantine HttpsHelloWorld test
2020-05-28 14:56:57 -07:00
dotnet-maestro[bot]
b7d35cb846
[master] Update dependencies from dotnet/efcore ( #22321 )
...
* Update dependencies from https://github.com/dotnet/efcore build 20200528.1
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20277.5 -> To Version 5.0.0-preview.6.20278.1
* Update dependencies from https://github.com/dotnet/efcore build 20200528.3
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20277.5 -> To Version 5.0.0-preview.6.20278.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-28 21:48:34 +00:00
John Luo
b73662ec4f
Always copy Mvc.Razor.Extensions.dll to razor sdk output ( #22327 )
2020-05-28 14:36:20 -07:00
Huei Feng
3064728c05
Update Http3Connection lock objects to be readonly ( #22263 )
2020-05-28 14:18:14 -07:00
John Luo
278715734e
Merge pull request #22294 from dotnet/johluo/migrate-more-tooling
...
Johluo/migrate more tooling
2020-05-27 23:41:33 -07:00
dotnet-maestro[bot]
f76a2443a2
[master] Update dependencies from dotnet/efcore ( #22267 )
...
* Update dependencies from https://github.com/dotnet/efcore build 20200527.1
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20276.2 -> To Version 5.0.0-preview.6.20277.1
* Update dependencies from https://github.com/dotnet/efcore build 20200527.2
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20276.2 -> To Version 5.0.0-preview.6.20277.2
* Update dependencies from https://github.com/dotnet/efcore build 20200527.3
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20276.2 -> To Version 5.0.0-preview.6.20277.3
* Update dependencies from https://github.com/dotnet/efcore build 20200527.4
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20276.2 -> To Version 5.0.0-preview.6.20277.4
* Update dependencies from https://github.com/dotnet/efcore build 20200527.5
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20276.2 -> To Version 5.0.0-preview.6.20277.5
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-28 05:37:53 +00:00
John Luo
be13970f54
Remove tooling dependencies ( #22295 )
...
These have been migrated to this repo
2020-05-27 18:18:52 -07:00
John Luo
68fea5b9c2
Remove files that should stay in aspnetcore-tooling
...
Also address some lingering feedback
2020-05-27 16:05:14 -07:00
John Luo
7b56497d5e
Merge branch 'master' of ..\aspnetcore-tooling2\
2020-05-27 15:14:25 -07:00
John Luo
07bab0310a
Merge pull request #22264 from dotnet/johluo/tooling-mopup
...
Mopup for aspnetcore-tooling migration.
2020-05-27 14:44:56 -07:00
dotnet-maestro[bot]
ccb445419e
[master] Update dependencies from dotnet/aspnetcore-tooling ( #22255 )
...
* Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200526.4
Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Language , Microsoft.CodeAnalysis.Razor , Microsoft.NET.Sdk.Razor
From Version 5.0.0-preview.6.20276.3 -> To Version 5.0.0-preview.6.20276.4
* Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200526.6
Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Language , Microsoft.CodeAnalysis.Razor , Microsoft.NET.Sdk.Razor
From Version 5.0.0-preview.6.20276.3 -> To Version 5.0.0-preview.6.20276.6
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Ryan Brandenburg <rybrande@microsoft.com>
2020-05-27 20:47:56 +00:00
John Luo
297c82f7a4
Fix build
2020-05-27 12:23:09 -07:00
Pranav K
dc29f03548
Replace usages of Assembly.CodeBase with Assembly.Location ( #22258 )
...
Fixes https://github.com/dotnet/aspnetcore/issues/14827
2020-05-27 12:01:34 -07:00
Pranav K
4c50b6cb16
Merge blazor-wasm in to master
2020-05-27 11:00:38 -07:00
Safia Abdalla
0394a4520e
Fix logging config and output redirection in DebugProxy ( #22157 )
...
* Fix logging config and output redirection in DebugProxy
* Log all messages from DebugProxy
2020-05-27 10:32:15 -07:00
William Godbe
e212773b74
Fix path for PoliCheckExclusions.xml ( #22087 )
2020-05-27 10:07:17 -07:00
lark
5b5c3f3934
Modify the path error in the comment. ( #22168 )
2020-05-27 09:52:01 -07:00
Pranav K
53edc767a7
Listen to the internet
2020-05-27 08:58:44 -07:00
dotnet-maestro[bot]
a6e4eff6f9
Update dependencies from https://github.com/dotnet/efcore build 20200526.2 ( #22262 )
...
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-preview.6.20276.1 -> To Version 5.0.0-preview.6.20276.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-27 06:11:15 +00:00
Pranav K
58cc148ada
Skipping flaky tests ( dotnet/aspnetcore-tooling#1926 )
...
* Skipping flaky tests
* Update StaticWebAssetsIntegrationTest.cs\n\nCommit migrated from beba53c682
2020-05-26 22:17:26 -07:00
Pranav K
ed132be5fe
Update StaticWebAssetsIntegrationTest.cs ( dotnet/aspnetcore-tooling#1923 )
...
\n\nCommit migrated from aa8bade12e
2020-05-26 22:17:26 -07:00
John Luo
66dd4919da
Merge pull request #21581 from dotnet/johluo/tooling-consolidation-fixup
...
aspnetcore-tooling migration
2020-05-26 20:10:47 -07:00
John Luo
5a64926849
Remove CPD
2020-05-26 18:30:40 -07:00