Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
Jan Kotas 7662733e2f
Update MonoGame package version (#6277)
Fixes #6276
2018-08-30 11:24:29 -07:00
Jan Kotas a1aa613d7e Fix WebApi sample (#5995) 2018-06-22 23:11:41 +02:00
Jan Kotas 0ef8645fc3 Update WebApi sample for .NET Core 2.1 2018-06-20 20:14:31 -07:00
Ben Adams 7ad111f113 Update WebApi sample to 2.1 2018-06-20 17:13:46 -07:00
Adeel Mujahid 8d6690c4eb Rev netcoreapp2.0 to netcoreapp2.1 (#5974) 2018-06-20 17:06:28 -07:00
Jan Kotas c85da447f9
Add documentation of prerequisites to samples (#5746)
Fixes #5742
2018-04-25 05:53:20 -07:00
Michal Strehovský 7c91d97b16
Update MonoGame samples to WinExe (#5727) 2018-04-18 19:39:11 -07:00
Michal Strehovský 1d5f33056b Add Hello World console app sample (#5545)
This sample minimizes the number of steps needed to try CoreRT.

Also adding a couple pointers to the repo's README.md.
2018-03-13 22:57:02 -07:00
Michal Strehovský 956690dbdd
Update MonoGame readme (#5546)
Went over the MonoGame instructions on my relatively fresh machine and hit MonoGame/MonoGame#5736.
2018-03-13 23:44:45 +01:00
Jan Kotas f1503b0757 Update MonoGame sample documentation 2018-02-08 04:04:34 -08:00
Adeel Mujahid a1aaffd5d9 Pass /LIBPATH to linker (#5359)
* 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-02-08 04:00:16 -08:00
Michal Strehovský e0a801aea2 Fix WebApi sample to work on macOS (#5273)
* 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-23 05:27:34 -08:00
Michal Strehovský 576f997249 Make updates to RD.XML invalidate the IlcCompile target (#5252)
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-17 10:33:28 -08:00
Jan Kotas a08be66e91
Add MonoGame sample (#5225) 2018-01-11 00:25:41 -08:00
Michal Strehovský 0352e4d772 Put the WebApi sample RD.XML on a diet (#5194)
These were leftovers from when we didn't have a type loader. I confirmed the app still works with these lines removed.
2018-01-03 14:16:44 -08:00
Andon Andonov 98ce1d45fd Add shell and xml markdown 2018-01-03 10:10:39 -08:00
Andon Andonov 1513758395 Add license header to Startup.cs 2018-01-02 10:37:32 -08:00
A-And a15e1a91e4 Respond to PR feedback 2018-01-01 22:43:52 -08:00
A-And 36f3147647 Remove unnecessary reflection types from rd.xml 2017-12-29 17:14:29 -08:00
A-And 9a27ab5d6f Revert readme and csproj to be in line with NETCore samples 2017-12-29 16:27:13 -08:00
Andon Andonov 268409a371 Change indentation and add RID 2017-12-29 15:10:02 -08:00
Andon Andonov 9c7783c4e1 Respond to PR feedback and change sample app to reflect readme 2017-12-29 14:54:59 -08:00
Andon Andonov 54b943ca27 General cleanup, change package repository to official nuget and rephrase package reference paragraph 2017-12-29 13:06:06 -08:00
Andon Andonov d925656631 Add heading section 2017-12-29 12:13:11 -08:00
Andon Andonov f0c396af3d
Add language syntax highlighting to README 2017-12-21 10:31:36 -08:00
Andon Andonov e869d3d93e Respond to PR feedback 2017-12-21 09:58:40 -08:00
Andon Andonov 2e77fd382d Add sample app and guide 2017-12-20 15:10:10 -08:00