Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
AgeCommit message (Collapse)Author
2019-08-09Bump eng/Versions.props againAlexander Köplinger
Try to fix the netcore build.
2019-08-09Update dependencies from corefx (#16137)Alexander Köplinger
2019-08-02[netcore] Use mono-netcore to run real world apps using `dotnet run` (#15942)Egor Bogatov
So currently we have two .NET Core: 1) `mono-repo/.dotnet` - we use it to bootstrap and build stuff (the SDK version is specified in `global.json`) - if you open `netcore/Makefile` it's referred there as `$(DOTNET)` variable. 2) `mono-repo/netcore/.dotnet` - it's just a runtime + CoreFX libs (it doesn't contain SDK stuff, templates, msbuild, etc) - we use it only to run tests because this runtime is synchronized with corefx tests in `eng/Versions.prop` file which is updated by a bot and `netcore/shared` sources for our System.Private.CoreLib also depend on that exact runtime version (the sources also updated by the bot). This PR introduces a rule to copy mono bits to the `mono-repo/.dotnet` folder to be able to run real world apps (at your own risk) using mono-netcore (so when you run `mono-root/.dotnet/.dotnet run -c Release` for an app - even MSBuild will use mono runtime to build that app). However in theory we need exact SDK for the runtime version we have but I have no idea where and how to get one. BTW, currently MSBuild crashes when it's powered by mono on `$(DOTNET) build` command for a hello world. ``` monoeg_assertion_message mono_domain_assembly_preload invoke_assembly_preload_hook ... at <unknown> <0xffffffff> at System.Reflection.RuntimeAssembly:GetExportedTypes <0x000a2> at AssemblyInfoToLoadedTypes:ScanAssemblyForPublicTypes <0x0008e> ```
2019-08-01Add Roslyn maestro dependency (#15944)Andy Gocke
* Add Roslyn maestro dependency This should bring down the Microsoft.Net.Compilers package, which contains the Roslyn binaries needed for mono packaging. * Add Version to Versions.props as well
2019-07-29Update dependencies from https://github.com/dotnet/arcade build 20190729.1 ↵dotnet-maestro[bot]
(#15881) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19379.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19379.1
2019-07-26Update dependencies from https://github.com/dotnet/core-setup build 20190725.9unknown
- Microsoft.NETCore.App - 5.0.0-alpha1.19375.9
2019-07-26Update dependencies from https://github.com/dotnet/corefx build 20190725.11unknown
- Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha1.19375.11
2019-07-26Update dependencies from https://github.com/dotnet/arcade build 20190725.3 ↵dotnet-maestro[bot]
(#15836) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19375.3 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19375.3
2019-07-24[netcore] Update Version.Details.xmlAlexander Köplinger
The earlier PR didn't update this file which is used by arcade for tracking.
2019-07-24[netcore] Bump CoreFX version to 5.0.0 (#15795)Filip Navara
* Bump CoreLib version * Workaround to get dotnet to find dependencies * Compile CoreLib with nullablePublicOnly
2019-07-16Revert "Update dependencies from dotnet/corefx"Alexander Köplinger
This reverts commit 4e513f802abf9fd2ff6a9fcc56d652fd2c038afd. It broke a few netcore tests.
2019-07-15Update dependencies from dotnet/corefxAlexander Köplinger
2019-07-15[master] Update dependencies from dotnet/corefx (#15689)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/corefx build 20190714.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview8.19364.1 * Update dependencies from https://github.com/dotnet/arcade build 20190703.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19353.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19353.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/corefx build 20190703.3 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview8.19353.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08
2019-07-09[master] Update dependencies from dotnet/corefx (#15608)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/corefx build 20190707.5 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview8.19357.5 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/corefx build 20190703.6 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview8.19353.6 * Update dependencies from https://github.com/dotnet/arcade build 20190703.19 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19353.19 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19353.19 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08
2019-07-05[master] Update dependencies from dotnet/arcade (#15550)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/arcade build 20190703.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19353.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19353.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/corefx build 20190703.3 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview8.19353.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.05 - Microsoft.NETCore.App - 3.0.0-preview8-27903-05 * Update dependencies from https://github.com/dotnet/core-setup build 20190703.08 - Microsoft.NETCore.App - 3.0.0-preview8-27903-08
2019-07-02[netcore] Add DARC subscriptions for Microsoft.NETCore.AppAlexander Köplinger
2019-07-02[netcore] Add DARC subscriptions for Microsoft.Private.CoreFx.NETCoreAppAlexander Köplinger
It contains the corefx test assets.
2019-07-01[master] Update dependencies from dotnet/arcade (#15477)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/arcade build 20190630.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19330.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19330.1
2019-06-28Update dependencies from https://github.com/dotnet/arcade build 20190627.39dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19327.39 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19327.39
2019-06-28Update dependencies from https://github.com/dotnet/arcade build 20190626.44dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.44 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19326.44
2019-06-27Update dependencies from https://github.com/dotnet/arcade build 20190626.2dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19326.2
2019-06-26Update dependencies from https://github.com/dotnet/arcade build 20190624.24dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19324.24 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19324.24
2019-06-24Update dependencies from https://github.com/dotnet/arcade build 20190623.4dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19323.4 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19323.4
2019-06-24Update dependencies from https://github.com/dotnet/arcade build 20190622.2dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19322.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19322.2
2019-06-24Update dependencies from https://github.com/dotnet/arcade build 20190621.75dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19321.75 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19321.75
2019-06-21Update dependencies from https://github.com/dotnet/arcade build 20190620.1dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19320.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19320.1
2019-06-20Update dependencies from https://github.com/dotnet/arcade build 20190619.25dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19319.25 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19319.25
2019-06-19Update dependencies from https://github.com/dotnet/arcade build 20190619.1dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19319.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19319.1
2019-06-18Update dependencies from https://github.com/dotnet/arcade build 20190618.2dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19318.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19318.2
2019-06-17Update dependencies from https://github.com/dotnet/arcade build 20190615.2dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19315.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19315.2
2019-06-15Update dependencies from https://github.com/dotnet/arcade build 20190614.27dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19314.27 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19314.27
2019-06-14Update dependencies from https://github.com/dotnet/arcade build 20190613.18dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19313.18 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19313.18
2019-06-13Update dependencies from https://github.com/dotnet/arcade build 20190612.21dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19312.21 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19312.21
2019-06-12Update dependencies from https://github.com/dotnet/arcade build 20190611.2dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19311.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19311.2
2019-06-11Update dependencies from https://github.com/dotnet/arcade build 20190610.24dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19310.24 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19310.24
2019-06-10Update dependencies from https://github.com/dotnet/arcade build 20190609.1dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19309.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19309.1
2019-06-10Update dependencies from https://github.com/dotnet/arcade build 20190608.1dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19308.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19308.1
2019-06-08Update dependencies from https://github.com/dotnet/arcade build 20190607.62dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19307.62 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19307.62
2019-06-08Update dependencies from https://github.com/dotnet/arcade build 20190606.12dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19306.12 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19306.12
2019-06-06Update dependencies from https://github.com/dotnet/arcade build 20190605.13dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19305.13 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19305.13
2019-06-06Update dependencies from https://github.com/dotnet/arcade build 20190604.23dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19304.23 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19304.23
2019-06-06Update dependencies from https://github.com/dotnet/arcade build 20190604.1dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19304.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19304.1
2019-06-05[netcore] Download and use local .NET Core SDK (#14696)Egor Bogatov
* Download and use local .NET Core SDK * depend on 'all' rule in nupkg * fix build error * Windows support * use InitializeToolset function * ouput full path of dotnet in init-tools.sh * remove init-tools * Add init-tools.ps1 (Windows) * fix / issue on cygwin * address Jo's feedback * add powershell to PATH for make nupkg * add netcore/build.sh * handle pack and test commands * Update tools.ps1 * Update tools.ps1
2019-06-03Update dependencies from https://github.com/dotnet/arcade build 20190602.2dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19302.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19302.2
2019-06-03Update dependencies from https://github.com/dotnet/arcade build 20190601.2dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19301.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19301.2
2019-06-01Update dependencies from https://github.com/dotnet/arcade build 20190531.5dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19281.5 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19281.5
2019-05-30Update dependencies from https://github.com/dotnet/arcade build 20190529.5dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19279.5 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19279.5
2019-05-30Update dependencies from https://github.com/dotnet/arcade build 20190528.1dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19278.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19278.1
2019-05-27Update dependencies from https://github.com/dotnet/arcade build 20190524.6dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19274.6 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19274.6
2019-05-27Update dependencies from https://github.com/dotnet/arcade build 20190523.11dotnet-maestro
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19273.11 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19273.11