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 25,160 public repositories matching this topic...

calculator
wfurt
wfurt commented Oct 3, 2019

This collection always returns empty list even if DHCP is configured and used.

Code to process DHCP is hardcoded in System/Net/NetworkInformation/NetworkFiles.cs

 public const string DHClientLeasesFile = "/var/lib/dhcp/dhclient.leases";System/Net/NetworkInformation/NetworkFiles.cs:        public const string DHClientLeasesFile = "/var/lib/dhcp/dhclient.leases";

But on Ubuntu

ShareX
user82912
user82912 commented Jan 15, 2020

Enhancement Idea - in the main landing page of the windows application, it shows all the screenshot I've taken. Those have their random gen names above them, could it be possible to rename this with the application on the fly but double clicking on the text? Or even a re click menu option on the screenshot to rename the image.

screenshot for help of the text/name location:
<img width="643" alt

lambdageek
lambdageek commented Nov 26, 2019

Proposal

After we branch for 2019-12 (Mono 6.10) we should remove the Sparc support source code from the repo.

Rationale

It will simplify maintenance going forward. We don't have any CI for Sparc, so we don't know whether it builds and runs on a day to day basis. We're not aware of any Linux distributions that ship Mono on Sparc, or officially support Sparc at all.

ReactiveUI
server
WindowsCommunityToolkit
michael-hawker
michael-hawker commented Nov 22, 2019

Describe the bug

It's hard to cause the header of the Expander control to stretch across the size of the Expander. The problem is the HorizontalContentAlignment isn't exposed for the header from here

Expected behavior

Able to easily stretch the header o

stanac
stanac commented Sep 24, 2019

Windows 10 x64, .net core 2.2

Issue, when TextField is added with predefined text and user types in it, original text will be lost (replaced).

Repro code:

class Program
{
    static void Main(string[] args)
    {
        Application.Init();
        var win = new Window("window");
        Application.Top.Add(win);
        win.Add(new TextField(0, 0, 25, "test"));
     
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

Created by Anders Hejlsberg

Released January 2002

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

Related Topics

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