Skip to content
csharp logo

C#

C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language.

Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.

Here are 22,726 public repositories matching this topic...

tamlin-mike
tamlin-mike commented Oct 7, 2019

As a first-time builder of any Roslyn code, I thought it could be interesting for you doing this on a daily basis to get some input from someone that tested it out for the first time.

Documentation:

  • The instructions for kicking off "your first build" is Good Stuff. Short and concise; Four short bullet points. Very good. Gold Star.

  • The "-help" switch to eng/build.ps1 should probably be

marek-safar
marek-safar commented Jul 30, 2019

We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.

This list is not comprehensive but parts like

  • Culture Data
  • Any PAL related code
  • Unused icalls
TheBricktop
TheBricktop commented Dec 6, 2018

Describe the bug
The Unity usage example assumes that user has Rantionary.rpkg file in assets/resources folder but there is no step by step information on how to import those and from what source.
The Rant3.zip from github doesn't contain said file.

To Reproduce
Steps to reproduce the behavior:

  1. Follow the Running in Unity tutorial
  2. Run the example in Unity
  3. See the erro
You can’t perform that action at this time.