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

github.com/mono/roslyn-binaries.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-27Add Roslyn 3.9.0HEADmainAlexander Köplinger
2020-07-21Add Roslyn version 3.7.0-5.20367.1 binaries from the (#43)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path.
2020-06-15Add Roslyn version 3.7.0-1.20262.2 binaries from the (#42)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path. Added new files: ``` - csc.exe - csc.exe.config - csc.rsp - csi.exe - csi.exe.config - csi.rsp - Microsoft.Build.Tasks.CodeAnalysis.dll - Microsoft.CodeAnalysis.CSharp.dll - Microsoft.CodeAnalysis.CSharp.Scripting.dll - Microsoft.CodeAnalysis.dll - Microsoft.CodeAnalysis.Scripting.dll - Microsoft.CodeAnalysis.VisualBasic.dll - Microsoft.CSharp.Core.targets - Microsoft.DiaSymReader.Native.amd64.dll - Microsoft.DiaSymReader.Native.x86.dll - Microsoft.Managed.Core.targets - Microsoft.VisualBasic.Core.targets - System.Buffers.dll - System.Collections.Immutable.dll - System.Memory.dll - System.Numerics.Vectors.dll - System.Reflection.Metadata.dll - System.Runtime.CompilerServices.Unsafe.dll - System.Text.Encoding.CodePages.dll - System.Threading.Tasks.Extensions.dll - vbc.exe - vbc.exe.config - vbc.rsp - VBCSCompiler.exe - VBCSCompiler.exe.config - version.txt ```
2020-05-05Add Roslyn version 3.6.0-3.20218.3 binaries from the (#41)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path.
2020-04-29Add Roslyn version 3.6.0-4.20224.5 binaries from the (#40)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path.
2020-04-24Add Roslyn version 3.6.0-4.20222.3 binaries from the (#39)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path. Added new files: ``` - csc.exe - csc.exe.config - csc.rsp - csi.exe - csi.exe.config - csi.rsp - Microsoft.Build.Tasks.CodeAnalysis.dll - Microsoft.CodeAnalysis.CSharp.dll - Microsoft.CodeAnalysis.CSharp.Scripting.dll - Microsoft.CodeAnalysis.dll - Microsoft.CodeAnalysis.Scripting.dll - Microsoft.CodeAnalysis.VisualBasic.dll - Microsoft.CSharp.Core.targets - Microsoft.DiaSymReader.Native.amd64.dll - Microsoft.DiaSymReader.Native.x86.dll - Microsoft.Managed.Core.targets - Microsoft.VisualBasic.Core.targets - System.Buffers.dll - System.Collections.Immutable.dll - System.Memory.dll - System.Numerics.Vectors.dll - System.Reflection.Metadata.dll - System.Runtime.CompilerServices.Unsafe.dll - System.Text.Encoding.CodePages.dll - System.Threading.Tasks.Extensions.dll - vbc.exe - vbc.exe.config - vbc.rsp - VBCSCompiler.exe - VBCSCompiler.exe.config - version.txt ```
2020-04-08Merge pull request #38 from terrajobst/code-of-conductAaron Bockover
Link Code of Conduct
2020-04-08Link Code of ConductImmo Landwerth
2020-03-03Add Roslyn version 3.5.0-beta4-20153-05 binaries from the (#37)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path.
2020-02-28Add Roslyn version 3.5.0-beta4-20128-01 binaries from the (#36)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path.
2020-02-27Add Roslyn version 3.5.0-beta4-20125-04 binaries from the (#35)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path.
2020-02-21Add Roslyn version 3.5.0-beta4-20121-02 binaries from the (#34)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path.
2020-02-20Add Roslyn version 3.5.0-beta3-20119-02 binaries from the (#33)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path.
2020-02-14Add Roslyn version 3.5.0-beta2-20074-05 binaries from the (#26)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset`. Version taken from msbuild/mono-2019-10 branch, (https://github.com/mono/msbuild/blob/mono-2019-10/eng/Versions.props#L27). - Skipped from the nuget: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.4.0): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ```
2020-02-11Add Roslyn version 3.5.0-beta3-20111-03 binaries from the (#25)Ankit Jain
.. nuget `Microsoft.Net.Compilers.Toolset`. Version taken from msbuild/xplat-master(and mono-2019-10) branch, (https://github.com/mono/msbuild/blob/xplat-master/eng/Versions.props#L27) inserted by Maestro++ . - Skipped from the nuget: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.4.0): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ```
2019-12-09Merge pull request #22 from radical/bump-roslyn-3.5.0Ankit Jain
Add Roslyn 3.5.0-beta1-19606-04
2019-12-07Add Roslyn version 3.5.0.1960604 binaries from the vsixAnkit Jain
.. corresponding to the nuget Microsoft.Net.Compilers 3.5.0-beta1-19606-04 . Version taken from https://github.com/dotnet/toolset/blob/51537ea79d845627602a85513d90c257f50035ea/eng/Versions.props#L36 current HEAD of `release/3.1.2xx` branch. - Removed these from the vsix: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.4.0): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ```
2019-12-05Remove Microsoft.Managed.EditorConfig.targets, missed in the lastAnkit Jain
commit.
2019-11-28Merge pull request #21 from radical/bump-3.4.0-beta4Larry Ewing
Add Roslyn version 3.4.0.1956903 binaries from the vsix
2019-11-28Add Roslyn version 3.4.0.1956903 binaries from the vsixAnkit Jain
.. corresponding to the nuget Microsoft.Net.Compilers 3.4.0-beta4-19569-03 . Version taken from https://github.com/dotnet/toolset/blob/597688dfa01a77b8f502bfea9d79feecfc63e33d/eng/Versions.props#L36 current HEAD of `release/3.1.1xx` branch. - Removed these from the vsix: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.3.1): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ```
2019-10-23Add Roslyn version 3.4.0.1952101 binaries from the vsix (#20)Ankit Jain
.. corresponding to the nuget Microsoft.Net.Compilers 3.4.0-beta3-19521-01 . Version taken from https://github.com/dotnet/toolset/blob/172f26ddc1dc3c96f14bfcba8519544d30d6d3e2/eng/Versions.props#L36 current HEAD of `release/3.1.1xx` branch. - Removed these from the vsix: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.3.1): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ```
2019-10-08Merge pull request #19 from radical/update-3.4.0Larry Ewing
Add Roslyn version 3.4.0.1947701 binaries from the vsix (#16)
2019-10-08Add Roslyn version 3.4.0.1947701 binaries from the vsix (#16)Ankit Jain
.. corresponding to the nuget Microsoft.Net.Compilers 3.4.0-beta2-19477-01 . Version taken from https://github.com/dotnet/toolset/blob//e9c6794f1f124e273571237eb72a949ee5c950c6/eng/Versions.props#L36 current HEAD of `release/3.1.1xx` branch. - Removed these from the vsix: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.3.1): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ```
2019-09-17Merge pull request #18 from mono/roslyn-update-3.3.1-beta4-19462-11Larry Ewing
Roslyn update 3.3.1 beta4 19462 11
2019-09-17Revert csi.rsp changesroslyn-update-3.3.1-beta4-19462-11Larry Ewing
2019-09-17Update roslyn to 3.3.1-beta4-19462-11Larry Ewing
2019-09-09Merge pull request #17 from radical/roslyn-update-3.3.1-beta3-19423-01Larry Ewing
Add Roslyn version 3.3.1.1942301 binaries from the vsix
2019-09-09Move the updated binaries to the 3.3.1 directoryLarry Ewing
2019-09-06Add Roslyn version 3.3.1.1942301 binaries from the vsixAnkit Jain
.. corresponding to the nuget Microsoft.Net.Compilers 3.3.1-beta3-19423-01 - Removed these from the vsix: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.3.0): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ```
2019-08-23Add Roslyn version 3.3.1.1942104 binaries from the vsix (#16)Ankit Jain
.. corresponding to the nuget Microsoft.Net.Compilers 3.3.1-beta3-19421-04 . - Removed these from the vsix: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.3.0): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ```
2019-08-08Revert "Remove unncessary files from 3.3.0 binaries" (#15)Alexander Köplinger
This reverts commit b6797f95ab2a33effb821d52bab09cc386679092. Adding them back for now as they are missing from the build profile.
2019-08-08Remove unncessary files from 3.3.0 binariesAnkit Jain
2019-08-07Add Roslyn version 3.3.0.1938114 binaries from the vsix (#13)Ankit Jain
.. corresponding to the nuget Microsoft.Net.Compilers 3.3.0-beta2-19381-14 . - Removed these from the vsix: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.1.0): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ``` - New files as compared to 3.1.0: - Microsoft.Managed.EditorConfig.targets
2019-06-04Move 3.1.0-release into 3.1.0Alexander Köplinger
The version that was there before was some broken preview version. Replace it with the final released version.
2019-06-03Bump to release roslyn 3.1.0 (#10)Katelyn Gadd
* Add Roslyn 3.1.0.1916208 binaries (#7) * Add recent version of roslyn with modified csi.rsp * Shorten folder name * Clone 3.1.0 * Update EXE files * Update DLL files * Remove pdb/pkgdef since release 3.1.0 doesn't have them
2019-03-27Add Roslyn 3.1.0.1916208 binaries (#7)Katelyn Gadd
* Add recent version of roslyn with modified csi.rsp * Shorten folder name
2019-02-06Merge pull request #6 from kg/dim-3101910509Alexis Christoforides
Replace DefaultInterfaceImplementation with Roslyn Compilers 3.1.0.19.10509
2019-02-06Add missing facadesKatelyn Gadd
2019-02-06Switch DefaultInterfaceImplementation (csc-dim) to roslyn compilers ↵Katelyn Gadd
3.0.0.1910510
2018-11-06Fix file name casing for System.Xml.dll (#4)Alex Earl
Fixes the file name case for `System.Xml.dll`. Upstream change also submitted to Roslyn as https://github.com/dotnet/roslyn/pull/29246
2018-08-29Adds 2.9.0 versionMarek Safar
2018-05-25Adds 2.8.2 versionMarek Safar
2018-05-03Adds 2.8.0 versionMarek Safar
2018-03-21Add missing file to Roslyn 2.7.0Alexander Köplinger
2018-03-21Adds 2.7.0 versionMarek Safar
2018-03-16Add dim prototype built from ↵Marek Safar
https://github.com/dotnet/roslyn/commit/ef6c2cdc1fe370ac76fc810ce5b95f1bcec94646
2017-12-07Add Visual Basic.NET compiler executable (#3)Alex Earl
This adds the Visual Basic.NET compiler to the roslyn-binaries repo. This will allow packaging the compiler as part of the mono packages in the future (to be addressed by a different PR on the mono repo).
2017-11-23Update 2.6 version to beta3Marek Safar
2017-10-25Update 2.6 version to ↵Marek Safar
https://dotnet.myget.org/feed/roslyn/package/nuget/Microsoft.Net.Compilers/2.6.0-beta2-62225-01
2017-10-19Add missing file extensions to csi.rspMarek Safar