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 153 public repositories matching this topic...

xobs
xobs commented Nov 22, 2019

Issue Description

The documentation states:

IntelliSense is not working
This is typically as a result of the current project type not being supported. You can see an indication in the OmniSharp flame in the bottom left hand side of the status bar.

I am working with Renode, where extensions are written in C# (much in the same way I gather Unity works). When I open these f

spider-mane
spider-mane commented Feb 21, 2020

In twig, whenever a comment starts the first non-empty line following an opening tag, the attributes are forced onto a new line and indented.

<div class="container text-white-90">

  {# brand/ logo #}

becomes

<div 
  class="container text-white-90">

  {# brand/ logo #}

I'm using the Twig Language VS Code extension, but this also happens on the website

edliz
michaeldera
michaeldera commented May 27, 2019

Is your feature request related to a problem? Please describe.
Looking for content is a bother because users have to go through each section if they do not know where content is.

Describe the solution you'd like
Search bar inside of the navigation pane.

Describe alternatives you've considered
Using indexes as already supplied in the guidelines.

Additional context
An A

bharney
bharney commented Oct 27, 2018

Force VS Build to wait for Webpack Completion before displaying page

  • When developing locally, the VS build is trying to display the site before the webpack build is completed. The webpack build unfortunately takes a few seconds longer than the VS Build and results in NodeInvocationException: document is not defined on page load.
    However if you wait until webpack build completes and refr
ubcsim2
cheukyin699
cheukyin699 commented Feb 1, 2020

Is your feature request related to a problem? Please describe.
We have tests for non-React components, just not the React ones.

Describe the solution you'd like
We want to have tests for React components, unit tests.

Additional context
There is tight coupling between these components. By writing tests, we can know what things we can separate and what things we need to work on separat

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.