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 41,709 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 Oct 24, 2021
  • C#
MartyIX
MartyIX commented Jan 5, 2021

Version Used: 3.8.0

Steps to Reproduce:

Run the following xUnit test:

using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Operations;
using Xunit;

namespace Analyzers.Test
{
    public class Re
Files
aayushyap89
aayushyap89 commented Oct 22, 2021

What's the Problem?

Till now i was using the default grouping which is nothing but I just found out that you can group by date created/modified which is so useful and would really be nice to make it default like in regular file explorer for the downloads folder.

Solution/Idea

Just make group by date modified default.

Alternatives

Just make group by date modified default.

Prio

mark-monteiro
mark-monteiro commented Apr 19, 2020

using \d n regexes does not perform as expected, and in many cases [0-9] should be preferred (as discovered here).

  • Review existing uses of \d and replace with [0-9] where appropriate
  • Consider adding this to the docs somewhere. Not sure where this would be appropriate to document, perhaps some discussion
EmpressFiona
EmpressFiona commented Aug 8, 2021

What's the issue you encountered?

Fire Emblem: Three Houses is a single-player game, but it has several asynchronous multiplayer features. Among them is the possibility, during weekly planning scenes (the 'calendar' screen), to look up what other players have done on the current week. This is entirely reliant on Nintendo's servers and completely useless to anyone playing on Ryujinx, but eve

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
ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated Oct 25, 2021
  • C#

Created by Anders Hejlsberg

Released January 2002

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

Related Topics

dotnet language