Skip to content
#

C#

csharp logo

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 27,504 public repositories matching this topic...

ShareX

ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.

  • Updated May 1, 2020
  • C#
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
mark-monteiro
mark-monteiro commented Apr 23, 2020

Describe the bug
Currently exception messages are sent to the client, which is both unnecessary and could pose a security risk in some cases. The messages are also not translated so even if clients are currently using them, they are not useful long-term.

To Reproduce

  1. Cause an error in the server
  2. View the response body
  3. See Exception message in response body

**Expected beh

lukehoban
lukehoban commented Jan 16, 2020

Today we have multiple code generators - one for tfgen, one for our Kubernetes provider, and several providers that have had to be hand written in every language because they do not fit either of the above.

Logically, these are all the same, and are tightly constrained by the need to represent the Pulumi resource model in the target language.

We plan to introduce a common intermediate sche

ReactiveUI
win-acme
DStenvers
DStenvers commented Mar 11, 2020

I downloaded and installed win-acme.v2.1.5.742.x64.trimmed on a windows 2012 SR2 server but it gives me a api-ms-win-crt-runtime-l1-1-0.dll is missing error.
After downloading this, a more generic error appears 'cannot start program'.

Is there a requirement I am missing? The .dll seems to suggest a C-runtime library, but this version can no longer be found on the Microsoft website..

Please

Created by Anders Hejlsberg

Released January 2002

Repository
dotnet/csharplang
Website
docs.microsoft.com/dotnet/csharp
Wikipedia
Wikipedia

Related Topics

dotnet language
You can’t perform that action at this time.