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 49,229 public repositories matching this topic...

Files
jameslashmar
jameslashmar commented Jul 26, 2022

What's the Problem?

Long winded UX for creating new folders

Solution/Idea

A section in preferences to set a folder as the new item type when using ctrl+shift+n. Creating a lot of folders is very cumbersome.

Additionally, when executing the shortcut, the new item type has folder highlighted as default, so hitting enter would then create the folder, or being able to shift up and down

triage approved feature request good first issue
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 Jul 27, 2022
  • C#
nielsvanvelzen
nielsvanvelzen commented Apr 1, 2022

Please describe your bug

When the server is stopped it sends a notification to all connected WebSocket clients, the message looks like this:

{"MessageType":"ServerShuttingDown","MessageId":"d9fbbca3037344b689490d35ec2d4ed7","Data":""}

(id is unique)

Unfortunately it then just stops the server, ending the connection abruptly. It would be nice if the clients get properl

bug enhancement good first issue backend
jduncanator
jduncanator commented Jul 11, 2022

When writing the endpoint address of the packet received from the socket, we do not verify the output buffer is allocated, and has enough space to hold the endpoint address. We should verify sockAddrOutSize is non-zero at a minimum. Additionally, IPEndpoint can represent either an IPv4 address or an IPv6 address. If the socket receives a packet from an IPv6 address, but the client has only all

bug good first issue service:sockets
DevToys
FahimFBA
FahimFBA commented Jan 24, 2022

What's the Problem?

It is not any type of problem.

Solution/Idea

This project is currently missing the Code of Conduct. If you have any plan on adding that then I would be more than glad to do that for you by adding a PR for that. Please let me know what do you think about that.

Alternatives

According to Google:

A code of conduct defines standards for how to eng

documentation good first issue
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
mrhelmut
mrhelmut commented May 23, 2022

MonoGame has a very long history of tutorials, some are as old as a decade and some even are still based on XNA (which is compatible with MonoGame for the most part, but different in regard to how to start a project).

Also, MonoGame is a stable API with a policy of "no breaking changes" when possible, which means that even very old tutorials

Documentation Help Wanted Good First Issue
schani
schani commented Sep 11, 2018
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$ref": "#/definitions/foo",
  "definitions": {
    "foo": {
      "type": "object",
      "properties": {
        "bar": {
          "$ref": "bar.json#"
        },
      },
      "required": [
        "bar"
      ],
    },
    "title": "foo"
  }
}

Running quicktype CLI with this Schema produces

Error
bug CLI good first issue
BenchmarkDotNet

Created by Anders Hejlsberg

Released January 2002

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

Related Topics

dotnet language