Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c1415e9
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 14, 2020
253489c
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 15, 2020
01650cd
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 15, 2020
96e1537
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 15, 2020
b086ebd
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 16, 2020
bde7569
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 17, 2020
e54e335
Helix pass in -nopath for dotnet-install (#24968)
HaoK Aug 17, 2020
7652481
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 17, 2020
a45b785
[master] Update dependencies from dotnet/efcore (#24982)
dotnet-maestro[bot] Aug 18, 2020
ec8eb27
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Aug 18, 2020
411e7be
Sync shared code from runtime (#24996)
github-actions[bot] Aug 18, 2020
c2bc640
Update dependencies from https://github.com/dotnet/arcade build 20200…
dotnet-maestro[bot] Aug 18, 2020
a4eca3b
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 18, 2020
2ca239d
Implement support for multiple sockets for systemd activation (#24118)
onyxmaster Aug 18, 2020
ffdec02
[release/3.1] Unpin System.IO.Pipelines and System.Runtime.CompilerSe…
dougbu Aug 18, 2020
966122e
Merge branch 'master' into merge/release/3.1-to-master
ryanbrandenburg Aug 19, 2020
55ce868
Merge branch 'release/3.1' => 'master' (#25025)
dougbu Aug 19, 2020
4995bbf
Use '~' to represent non-HTML characters in HTML projected document (…
ajaybhargavb Aug 19, 2020
32ea27c
Merge branch 'master' into merge/release/5.0-to-master
Tratcher Aug 19, 2020
32b1e27
Update Version.Details.xml
Tratcher Aug 19, 2020
333d009
Update Versions.props
Tratcher Aug 19, 2020
89c3d6b
Merge pull request #24990 from dotnet-maestro-bot/merge/release/5.0-t…
BrennanConroy Aug 19, 2020
aa82818
Update dependencies from https://github.com/dotnet/roslyn build 20200…
dotnet-maestro[bot] Aug 19, 2020
8c7d0cb
Merge branch 'master' into merge/release/5.0-to-master
BrennanConroy Aug 19, 2020
422d178
Update Version.Details.xml
BrennanConroy Aug 20, 2020
e5bf53e
Update Version.Details.xml
BrennanConroy Aug 20, 2020
f490dd2
Merge pull request #25039 from dotnet-maestro-bot/merge/release/5.0-t…
BrennanConroy Aug 20, 2020
938d861
Minor typos
ar0311 Aug 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
300 changes: 150 additions & 150 deletions eng/Version.Details.xml

Large diffs are not rendered by default.

146 changes: 73 additions & 73 deletions eng/Versions.props

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion eng/common/cross/toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ if(TARGET_ARCH_NAME STREQUAL "armel")
endif()
elseif(TARGET_ARCH_NAME STREQUAL "arm")
set(CMAKE_SYSTEM_PROCESSOR armv7l)
if(EXISTS ${CROSS_ROOTFS}/usr/lib/gcc/armv6-alpine-linux-musleabihf)
if(EXISTS ${CROSS_ROOTFS}/usr/lib/gcc/armv7-alpine-linux-musleabihf)
set(TOOLCHAIN "armv7-alpine-linux-musleabihf")
elseif(EXISTS ${CROSS_ROOTFS}/usr/lib/gcc/armv6-alpine-linux-musleabihf)
set(TOOLCHAIN "armv6-alpine-linux-musleabihf")
else()
set(TOOLCHAIN "arm-linux-gnueabihf")
Expand Down
26 changes: 13 additions & 13 deletions eng/common/templates/post-build/post-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ parameters:
NetEngLatestChannelId: 2
NetEngValidationChannelId: 9
NetDev5ChannelId: 131
NetDev6ChannelId: 1296
GeneralTestingChannelId: 529
NETCoreToolingDevChannelId: 548
NETCoreToolingReleaseChannelId: 549
NETInternalToolingChannelId: 551
NETCoreExperimentalChannelId: 562
NetEngServicesIntChannelId: 678
NetEngServicesProdChannelId: 679
Net5Preview7ChannelId: 1065
Net5Preview8ChannelId: 1155
Net5RC1ChannelId: 1157
NetCoreSDK313xxChannelId: 759
Expand Down Expand Up @@ -115,7 +115,7 @@ stages:
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1
arguments: -PromoteToChannels "$(TargetChannels)"
-AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview7ChannelId}},${{parameters.Net5Preview8ChannelId}},${{parameters.Net5RC1ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}}
-AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.NetDev6ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview8ChannelId}},${{parameters.Net5RC1ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}},${{parameters.NetCoreSDK314xxChannelId}},${{parameters.NetCoreSDK314xxInternalChannelId}},${{parameters.VS166ChannelId}},${{parameters.VS167ChannelId}},${{parameters.VS168ChannelId}},${{parameters.VSMasterChannelId}}

- job:
displayName: NuGet Validation
Expand Down Expand Up @@ -276,13 +276,13 @@ stages:
dependsOn: ${{ parameters.publishDependsOn }}
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
stageName: 'Net5_Preview7_Publish'
channelName: '.NET 5 Preview 7'
akaMSChannelName: 'net5/preview7'
channelId: ${{ parameters.Net5Preview7ChannelId }}
transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json'
stageName: 'NetCore_Dev6_Publish'
channelName: '.NET 6 Dev'
akaMSChannelName: 'net6/dev'
channelId: ${{ parameters.NetDev6ChannelId }}
transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json'
shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json'
symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-symbols/nuget/v3/index.json'

- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml
parameters:
Expand All @@ -298,7 +298,7 @@ stages:
shippingFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal/nuget/v3/index.json'
symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal-symbols/nuget/v3/index.json'

- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml
- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
parameters:
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
dependsOn: ${{ parameters.publishDependsOn }}
Expand All @@ -308,9 +308,9 @@ stages:
channelName: '.NET 5 RC 1'
akaMSChannelName: 'net5/rc1'
channelId: ${{ parameters.Net5RC1ChannelId }}
transportFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal-transport/nuget/v3/index.json'
shippingFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal/nuget/v3/index.json'
symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal-symbols/nuget/v3/index.json'
transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json'

- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
parameters:
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.15.2",
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20411.8",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20411.8"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20417.6",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20417.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class WeatherForecastController : ControllerBase

private readonly ILogger<WeatherForecastController> _logger;

// The Web API will only accept tokens 1) for users, and 2) having the access_as_user scope for this API
// The Web API will only accept tokens 1) for users, and 2) having the api-scope scope for this API
static readonly string[] scopeRequiredByApi = new string[] { "api-scope" };

#if (GenerateApi)
Expand Down Expand Up @@ -75,7 +75,7 @@ public WeatherForecastController(ILogger<WeatherForecastController> logger,
{
_logger = logger;
_graphServiceClient = graphServiceClient;
}
}

[HttpGet]
public async Task<IEnumerable<WeatherForecast>> Get()
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
~~~~~~~~~~ ~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class=" ">
~~~~~~~~~~~ ~~~~~~~~~~~
<div class="~~~~~~~~~~~~~~~~">
Hello world
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
</div>

~~~~~~~~~~ ~
~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ~
~
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class=" ">
<div class="~~~~~~~~~~~~~~~~">
Hello world
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
</div>
<p class=" " />
~~
~~~ ~~~ ~ ~~~~~~
~
<p class="~~~~~~~ ~~ ~~~~~ ~ ~~~~ ~" />
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
~~ ~~~~~ ~~~~ ~~~~~ ~~~~~~~~ ~~~~ ~~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~ ~~~~~~ ~~

"
~~~~~
~~~~~
~~~~~ "

~~~~~~
~~~~~~

~~~~~~~
~~~~~~~
~~~~~~~ ~~~~~~~~~~~~~~~~~

~~~~~~~~~~
~~~~~~~~~~
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~ ~~~~~~~
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
~~~~~
~~~~~~ ~~~~~~~
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
~~~~~~ ~~~~~~~
~~~~~~~ ~~~~~ ~~~~~~~~~~~~~~
~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
~~~~~~ ~~~~~~~
~~~~~~~ ~~~~~ ~~~~~~~~~~~~~~~
~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~
~~~~~~~ ~~~~~ ~~~~~~~~~~~~~~~ ~
~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~ ~
Original file line number Diff line number Diff line change
@@ -1 +1 @@
~~~~~~~ ~~~~~ ~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Test.
~~~~~~~~~~ Test.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"foo
~~~~~ "foo

<h1>About Us</h1>
<p>We are awesome.</p>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
~~~~~~ ~~~~~~~~

~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~

<input-test for=" " />
<input-test for=" " />
<input-test for="~~~~" />
<input-test for="~~~~~~" />
Original file line number Diff line number Diff line change
@@ -1 +1 @@
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
~~~~~
~~~~~~~~~~ ~~~~~~~~~~~~~~
<h1>Hi There!</h1>
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<div>Some text here.</div>
~~~~~
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
~~~~~ ~~~~~~~~

~~~~~~ ~~~~~~~~
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~ ~
~~~~~~ ~~~~~ ~~~~~~~~ ~ ~~~~~~~~~
~
~~~~~~ ~~~~~~ ~~~~ ~ ~~~~ ~~~~ ~
~
~

<h1>New Customer </h1>
<h1>New Customer ~~~~~~~~~~~</h1>
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
~~~~~

~~~~~~~~~~~~~ ~~~ ~~~~~~~~
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~ ~
~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~
~
~~~~ ~ ~~~~~~~~~~~~~~
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~

~~~~~~ ~~~~~~ ~~~~ ~ ~~~~ ~~~~ ~

~~~~~~ ~~~~~ ~~~~~~~~
~
~~~~~~ ~~~~~~ ~~~~ ~ ~~~~ ~~~~ ~
~
~

<h1>New Customer</h1>
<form method="post" class="form-horizontal">
<div class="text-danger"></div>
<div class="form-group">
<label class="col-md-2 control-label"> </label>
<label class="col-md-2 control-label">~~~~~</label>
<div class="col-md-10">
<input class="form-control" />
<span class="text-danger"></span>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
~~~~~

~~~~~~ ~~~~~~~~
~~~~~~~~~~~~~ ~~~ ~~~~~~~~
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~ ~
~~~~~~ ~~~~~ ~~~~~~~~ ~ ~~~~~~~~~
~
~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~
~
~~~~ ~ ~~~~~~~~~~~~~~
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~

~~~~~~ ~~~~~~ ~~~~ ~ ~~~~ ~~~~ ~
~

~~~~~~ ~~~~~ ~~~~~~~~
~
~~~~~~ ~~~~~~ ~~~~ ~ ~~~~ ~~~~ ~
~
~

<h1>New Customer</h1>
<form method="post" class="form-horizontal" >
<div class="text-danger"></div>
<div class="form-group">
<label class="col-md-2 control-label"> </label>
<label class="col-md-2 control-label">~~~~~~~~~~~</label>
<div class="col-md-10">
<input class="form-control" />
<span class="text-danger"></span>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
~~~~~~ ~~~~~~~~

~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~

~~
~~~~~~ ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~

<div>Some body</div>

~~~~~~~~ ~~~~~~~~ ~
<div>This is in Section 1</div>
<input-test for=" " />
<input-test for="~~~~" />
~
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
~~~~~~ ~~~~~~~~~~~~~~~~~~
~~~~~~ ~~~~~~
~~~~~~ ~~~~~~
Loading