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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-07Update dependencies from https://github.com/dotnet/arcade build 20221104.2 ↵dotnet-maestro[bot]
(#3102) [main] Update dependencies from dotnet/arcade
2022-08-27[main] Update dependencies from dotnet/arcade (#2950)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/arcade build 20220805.6 Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22379.10 -> To Version 7.0.0-beta.22405.6 * Update dependencies from https://github.com/dotnet/arcade build 20220811.2 Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22379.10 -> To Version 7.0.0-beta.22411.2 * Update dependencies from https://github.com/dotnet/arcade build 20220818.4 Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22379.10 -> To Version 7.0.0-beta.22418.4 * Update dependencies from https://github.com/dotnet/arcade build 20220819.1 Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22379.10 -> To Version 7.0.0-beta.22419.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2022-07-28[main] Update dependencies from dotnet/arcade (#2884)dotnet-maestro[bot]
[main] Update dependencies from dotnet/arcade - Bump to 7.0 preview6 sdk Fixes the dotnet-format issue. - Use TryGetValue instead of ContainsKey for Dictionary Fixes "error CA1854: Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup" - Seal classes to fix CA1852 - Add 7.0 P6 runtime - Upgrade SDK to nightly Preview 7 to get a fix for dotnet test bug
2022-06-27Update dependencies from https://github.com/dotnet/arcade build 20220627.1 ↵dotnet-maestro[bot]
(#2866) [main] Update dependencies from dotnet/arcade
2022-05-30Update dependencies from https://github.com/dotnet/arcade build 20220526.1 ↵dotnet-maestro[bot]
(#2811) [main] Update dependencies from dotnet/arcade
2022-05-11[main] Update dependencies from dotnet/arcade (#2719)dotnet-maestro[bot]
[main] Update dependencies from dotnet/arcade - Update the linker repo to .NET 7 Some small refactoring of the build files to avoid having to update multiple places with the new TFM. Note that not all can be updated as they are used verbatim in the NuGet package, so can't rely on repo-only properties. Also currently I left the source code to repeat these. Eventually we might investigate generating `.cs` files in the msbuild to "inject" the TFM and other constants from the MSBuild to the compiled code. For the Roslyn tests, I hardcoded a new 7.0.0-preview.2 ref package reference, but this feels really weird - note that so far we've been testing against 6.0.0-preview.5 version. Ideally there would be some way to deduce the ref package version from the currently used SDK, and use that in the tests. The formatting changes are induced by running `lint`. I assume this is because of the SDK version change as well, but I don't know for sure. - Merge branch 'darc-main-3a65fa7f-262c-4578-97fd-670249162fc8' of https://github.com/dotnet/linker into darc-main-3a65fa7f-262c-4578-97fd-670249162fc8 - Merge remote-tracking branch 'mono/main' into darc-main-3a65fa7f-262c-4578-97fd-670249162fc8 - Update to preview 3 SDK - Update to .NET 7 Preview 4 which should have the necessary changes. - Formatting
2021-11-29Update dependencies from https://github.com/dotnet/arcade build 20211126.4 ↵dotnet-maestro[bot]
(#2402) [main] Update dependencies from dotnet/arcade
2021-09-27Update dependencies from https://github.com/dotnet/arcade build 20210924.2 ↵dotnet-maestro[bot]
(#2294) [main] Update dependencies from dotnet/arcade
2021-09-06[main] Update dependencies from dotnet/arcade (#2261)dotnet-maestro[bot]
[main] Update dependencies from dotnet/arcade - Workaround crashing analyzer
2021-08-30Update dependencies from https://github.com/dotnet/arcade build 20210827.6 ↵dotnet-maestro[bot]
(#2239) [main] Update dependencies from dotnet/arcade
2021-08-23Update dependencies from https://github.com/dotnet/arcade build 20210820.4 ↵dotnet-maestro[bot]
(#2223) [main] Update dependencies from dotnet/arcade
2021-07-19Update dependencies from https://github.com/dotnet/arcade build 20210716.1 ↵dotnet-maestro[bot]
(#2153) [main] Update dependencies from dotnet/arcade
2021-07-05Update dependencies from https://github.com/dotnet/arcade build 20210701.2 ↵dotnet-maestro[bot]
(#2131) [main] Update dependencies from dotnet/arcade
2021-06-28Update dependencies from https://github.com/dotnet/arcade build 20210624.3 ↵dotnet-maestro[bot]
(#2119) [main] Update dependencies from dotnet/arcade
2021-06-14Update dependencies from https://github.com/dotnet/arcade build 20210611.3 ↵v6.0.100-preview.6.21314.2dotnet-maestro[bot]
(#2092) [main] Update dependencies from dotnet/arcade
2021-05-10Update dependencies from https://github.com/dotnet/arcade build 20210507.5 ↵dotnet-maestro[bot]
(#2021) [main] Update dependencies from dotnet/arcade
2021-03-03[main] Update dependencies from dotnet/arcade (#1864)dotnet-maestro[bot]
[main] Update dependencies from dotnet/arcade - Fix arguments passing to dotnet-format to work with net6
2021-03-01Update dependencies from https://github.com/dotnet/arcade build 20210225.5 ↵dotnet-maestro[bot]
(#1858) [main] Update dependencies from dotnet/arcade
2021-02-15Update dependencies from https://github.com/dotnet/arcade build 20210205.12 ↵dotnet-maestro[bot]
(#1834) [main] Update dependencies from dotnet/arcade
2021-01-11Update dependencies from https://github.com/dotnet/arcade build 20210108.3 ↵dotnet-maestro[bot]
(#1738) [master] Update dependencies from dotnet/arcade
2020-12-28Update dependencies from https://github.com/dotnet/arcade build 20201221.12 ↵dotnet-maestro[bot]
(#1715) [master] Update dependencies from dotnet/arcade
2020-12-14Update dependencies from https://github.com/dotnet/arcade build 20201210.4 ↵dotnet-maestro[bot]
(#1697) [master] Update dependencies from dotnet/arcade
2020-11-02Update dependencies from https://github.com/dotnet/arcade build 20201029.1 ↵dotnet-maestro[bot]
(#1599) [master] Update dependencies from dotnet/arcade
2020-09-26Update dependencies from https://github.com/dotnet/arcade build 20200924.4 ↵dotnet-maestro[bot]
(#1509) [master] Update dependencies from dotnet/arcade
2020-09-18Update dependencies from https://github.com/dotnet/arcade build 20200917.6 ↵dotnet-maestro[bot]
(#1499) [master] Update dependencies from dotnet/arcade
2020-09-07Update dependencies from https://github.com/dotnet/arcade build 20200903.7 ↵dotnet-maestro[bot]
(#1473) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20427.5 to 5.0.0-beta.20453.7 - Microsoft.DotNet.ApiCompat: from 5.0.0-beta.20427.5 to 5.0.0-beta.20453.7
2020-08-31Update dependencies from https://github.com/dotnet/arcade build 20200827.5 ↵dotnet-maestro[bot]
(#1463) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5 - Microsoft.DotNet.ApiCompat: from 5.0.0-beta.20419.21 to 5.0.0-beta.20427.5
2020-07-16Update dependencies from https://github.com/dotnet/arcade build 20200714.3 ↵dotnet-maestro[bot]
(#1363) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat From Version 5.0.0-beta.20330.3 -> To Version 5.0.0-beta.20364.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-08Update dependencies from https://github.com/dotnet/arcade build 20200530.1 ↵dotnet-maestro[bot]
(#1253) Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20278.4 -> To Version 5.0.0-beta.20280.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-01Update dependencies from https://github.com/dotnet/arcade build 20200528.4 ↵dotnet-maestro[bot]
(#1226) Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.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-18Update dependencies from https://github.com/dotnet/arcade build 20200511.9 ↵dotnet-maestro[bot]
(#1199) Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.20256.5 -> To Version 5.0.0-beta.20261.9 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-05-04Update dependencies from https://github.com/dotnet/arcade build 20200428.4 ↵dotnet-maestro[bot]
(#1160) - Microsoft.DotNet.ApiCompat: 5.0.0-beta.20221.14 -> 5.0.0-beta.20228.4 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20221.14 -> 5.0.0-beta.20228.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-04-28[master] Update dependencies from dotnet/arcade (#1144)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/arcade build 20200421.14 - Microsoft.DotNet.ApiCompat: 5.0.0-beta.20201.2 -> 5.0.0-beta.20221.14 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20201.2 -> 5.0.0-beta.20221.14 * Add dotnet-tools nuget feed * Work around ApiCompat change https://github.com/dotnet/arcade/issues/5361 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com> Co-authored-by: Sven Boemer <sbomer@gmail.com>
2020-03-09Update dependencies from https://github.com/dotnet/arcade build 20200308.2 ↵dotnet-maestro[bot]
(#984) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20158.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-03-03[master] Update dependencies from dotnet/arcade (#954)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/arcade build 20200216.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20116.1 * Update dependencies from https://github.com/dotnet/arcade build 20200223.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20123.1 * Update dependencies from https://github.com/dotnet/arcade build 20200225.9 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20125.9 * Update dependencies from https://github.com/dotnet/arcade build 20200301.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20151.1
2020-02-10Update dependencies from https://github.com/dotnet/arcade build 20200209.1 ↵dotnet-maestro[bot]
(#941) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20109.1
2020-02-06Update dependencies from https://github.com/dotnet/arcade build 20200205.2 ↵dotnet-maestro[bot]
(#938) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20105.2
2020-01-27Update dependencies from https://github.com/dotnet/arcade build 20200126.3 ↵dotnet-maestro[bot]
(#924) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20076.3
2019-12-17Update dependencies from https://github.com/dotnet/arcade build 20191216.4 ↵dotnet-maestro[bot]
(#869) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19616.4
2019-12-12Update dependencies from https://github.com/dotnet/arcade build 20191211.6 ↵dotnet-maestro[bot]
(#855) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19611.6
2019-11-27Update dependencies from https://github.com/dotnet/arcade build 20191126.2 ↵dotnet-maestro[bot]
(#834) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19576.2
2019-11-22Update dependencies from https://github.com/dotnet/arcade build 20191121.10 ↵dotnet-maestro[bot]
(#826) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19571.10
2019-11-15[master] Update dependencies from dotnet/arcade (#779)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/arcade build 20191004.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19504.2 * Update dependencies from https://github.com/dotnet/arcade build 20191005.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19505.1 * Update dependencies from https://github.com/dotnet/arcade build 20191006.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19506.1 * Update dependencies from https://github.com/dotnet/arcade build 20191009.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19509.5 * Update dependencies from https://github.com/dotnet/arcade build 20191010.4 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19510.4 * Update dependencies from https://github.com/dotnet/arcade build 20191011.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19511.1 * Update dependencies from https://github.com/dotnet/arcade build 20191015.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19515.1 * Update dependencies from https://github.com/dotnet/arcade build 20191015.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19515.2 * Update dependencies from https://github.com/dotnet/arcade build 20191017.8 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19517.8 * Update dependencies from https://github.com/dotnet/arcade build 20191018.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19518.2 * Update dependencies from https://github.com/dotnet/arcade build 20191021.4 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19521.4 * Update dependencies from https://github.com/dotnet/arcade build 20191022.8 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19522.8 * Update dependencies from https://github.com/dotnet/arcade build 20191023.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19523.3 * Update dependencies from https://github.com/dotnet/arcade build 20191024.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19524.2 * Update dependencies from https://github.com/dotnet/arcade build 20191025.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19525.2 * Update dependencies from https://github.com/dotnet/arcade build 20191026.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19526.1 * Update dependencies from https://github.com/dotnet/arcade build 20191027.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19527.3 * Update dependencies from https://github.com/dotnet/arcade build 20191028.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19528.5 * Update dependencies from https://github.com/dotnet/arcade build 20191029.9 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19529.9 * Update dependencies from https://github.com/dotnet/arcade build 20191030.15 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15 * Update dependencies from https://github.com/dotnet/arcade build 20191031.14 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19531.14 * Update dependencies from https://github.com/dotnet/arcade build 20191101.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19551.3 * Update dependencies from https://github.com/dotnet/arcade build 20191102.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19552.1 * Update dependencies from https://github.com/dotnet/arcade build 20191104.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19554.3 * Update dependencies from https://github.com/dotnet/arcade build 20191105.7 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19555.7 * Update dependencies from https://github.com/dotnet/arcade build 20191106.10 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19556.10 * Update dependencies from https://github.com/dotnet/arcade build 20191107.20 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19557.20 * Update dependencies from https://github.com/dotnet/arcade build 20191108.11 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19558.11 * Update dependencies from https://github.com/dotnet/arcade build 20191111.8 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19561.8 * Update dependencies from https://github.com/dotnet/arcade build 20191112.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19562.5 * Update dependencies from https://github.com/dotnet/arcade build 20191113.9 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19563.9 * Update dependencies from https://github.com/dotnet/arcade build 20191114.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19564.2
2019-09-25[master] Update dependencies from dotnet/arcade (#757)dotnet-maestro[bot]
* Update dependencies from https://github.com/dotnet/arcade build 20190918.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19468.2 * Update dependencies from https://github.com/dotnet/arcade build 20190919.4 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19469.4 * Update dependencies from https://github.com/dotnet/arcade build 20190919.8 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19469.8 * Update dependencies from https://github.com/dotnet/arcade build 20190920.9 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19470.9 * Update dependencies from https://github.com/dotnet/arcade build 20190923.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19473.5
2019-09-13Update dependencies from https://github.com/dotnet/arcade build 20190912.5 ↵dotnet-maestro[bot]
(#748) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19462.5
2019-08-28Update dependencies from https://github.com/dotnet/arcade build 20190827.8 ↵dotnet-maestro[bot]
(#724) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19427.8
2019-08-02Update dependencies from https://github.com/dotnet/arcade build 20190801.23 ↵dotnet-maestro[bot]
(#688) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19401.23
2019-07-18Update dependencies from https://github.com/dotnet/arcade build 20190717.8 ↵dotnet-maestro[bot]
(#666) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19367.8
2019-07-11Update dependencies from https://github.com/dotnet/arcade build 20190710.8 ↵dotnet-maestro[bot]
(#655) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19360.8
2019-06-14Update dependencies from https://github.com/dotnet/arcade build 20190613.18 ↵dotnet-maestro[bot]
(#619) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19313.18