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
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
2017-10-19Updates csi.rspMarek Safar
2017-10-09Fix csi.rsp to work on MonoAlexander Köplinger
Workaround for https://bugzilla.xamarin.com/show_bug.cgi?id=58965
2017-10-02Adds 2.6.0 Beta1 ↵Marek Safar
[https://dotnet.myget.org/feed/roslyn/package/nuget/Microsoft.Net.Compilers/2.6.0-beta1-62126-01]
2017-09-07Add missing fileMarek Safar
2017-09-06Adds 2.3.2 versionMarek Safar
2017-08-12Merge pull request #2 from radical/add-missing-vb-filesZoltan Varga
Add missing VisualBasic files for 2.3.1, required for msbuild
2017-08-12Add missing VisualBasic files for 2.3.1, required for msbuildAnkit Jain
new file: Microsoft.CodeAnalysis.VisualBasic.dll new file: Microsoft.VisualBasic.Core.targets
2017-07-28Remove automatic System.ValueTuple.dll referenceMarek Safar
2017-07-25Add more files required by msbuild tasksMarek Safar
2017-07-24Adds 2.3.1 versionMarek Safar
2017-06-202.3.0 beta2 updateMarek Safar
2017-05-19Add 2.3.0 previewMarek Safar
https://dotnet.myget.org/feed/roslyn/package/nuget/Microsoft.Net.Compilers/2.3.0-beta2-61719-05
2017-05-17xamarin-inspector: removeAaron Bockover
Workbooks & Inspector are now tracking the latest stable Roslyn releases unmodified from NuGet.
2017-04-24Roslyn 2.1Marek Safar
2017-02-10Update 2.0 to rc4 nugetMarek Safar
2017-02-01Update 2.0 to rc3 nugetMarek Safar
2016-12-16Update 2.0 to rc2 nugetMarek Safar
2016-12-12Revert "Add legacy System.ValueTuple.dll implementation"Marek Safar
This reverts commit 1744ce3b56a4e8d031e4f8e69d2828d170838429.
2016-12-07Add .gitignore entries for AOT artifacts (*.dylib, *.so)Alexander Köplinger
2016-12-02Add legacy System.ValueTuple.dll implementationMarek Safar
2016-11-30Update 2.0 to rc nugetMarek Safar
2016-11-08Fixes System.Reflection.Metadata versions redirectionMarek Safar
2016-11-08Custom build Microsoft.CodeAnalysis.dll with ARM double/float reading fixesMarek Safar
2016-11-08Update System.Reflection.Metadata.dll to version 1.4.1 which fixes ↵Marek Safar
double/float handling on ARM cpus