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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-08Pass /LIBPATH to linker (#5359)Adeel Mujahid
* Pass /LIBPATH to linker Package [Microsoft.DotNet.ILCompiler v1.0.0-alpha-26207-01](https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.DotNet.ILCompiler/1.0.0-alpha-26207-01) was failing to compile WebAPI app when using non-developer command prompt on Windows, because Kernel32.lib and friends weren't get located. Capturing those from vsvarsall environment in `findvsvarsall.bat` script and passing it to link.exe fixes the error and compiles WebAPI app successfully. * Update docs to reflect the behavior
2018-01-23Fix WebApi sample to work on macOS (#5273)Michal Strehovský
* Pass required frameworks to the linker on macOS The `CoreFoundation` and `Security` frameworks are required to link anything that includes `System.Security.Cryptography.Native.Apple.a`. * Update WebApi instructions for macOS
2018-01-17Make updates to RD.XML invalidate the IlcCompile target (#5252)Michal Strehovský
When iterating on RD.XML changes we shouldn't have to delete all the intermediates to trigger a recompilation. I took this as an opportunity to make `RdXmlFile` an item. The compiler supports multiple, and so should the project.
2018-01-11Add MonoGame sample (#5225)Jan Kotas
2018-01-04Put the WebApi sample RD.XML on a diet (#5194)Michal Strehovský
These were leftovers from when we didn't have a type loader. I confirmed the app still works with these lines removed.
2018-01-03Add shell and xml markdownAndon Andonov
2018-01-02Add license header to Startup.csAndon Andonov
2018-01-02Respond to PR feedbackA-And
2017-12-30Remove unnecessary reflection types from rd.xmlA-And
2017-12-30Revert readme and csproj to be in line with NETCore samplesA-And
2017-12-30Change indentation and add RIDAndon Andonov
2017-12-30Respond to PR feedback and change sample app to reflect readmeAndon Andonov
2017-12-30General cleanup, change package repository to official nuget and rephrase ↵Andon Andonov
package reference paragraph
2017-12-29Add heading sectionAndon Andonov
2017-12-21Add language syntax highlighting to READMEAndon Andonov
2017-12-21Respond to PR feedbackAndon Andonov
2017-12-21Add sample app and guideAndon Andonov