Skip to content
#

c-sharp

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

poutler
poutler commented Aug 22, 2018

There’s an option in the Issues UI that allows you to apply filters for labels, but it doesn’t populate with a list of existing labels.

A lot of repos have labels specific to newcomers, documentation, etc., but the naming conventions vary quite a bit. It would be great if the label filter rendered a list of all of that specific repo’s labels, rather than forcing the user to guess.

IvanFarkas
IvanFarkas commented May 28, 2019

What's the ETA for updating the massively outdated documentation?

Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.

jean-airoldie
jean-airoldie commented Jun 6, 2019

Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.

Some of the points were taken from #5387.

  • Regarding the builder:
    • The fact that its kinda like an arena allocator used for serialization.
    • The concept of offsets, what do they repre
jbooth88
jbooth88 commented Apr 14, 2020

A previous change (see link below) added support for ContentStringFormat to the style: MaterialDesignRaisedButton.

MaterialDesignInXAML/MaterialDesignInXamlToolkit#1002

I just noticed that the other button stiles do not have this change.
I think all that's required is to add ContentStringFormat="{TemplateBinding ContentStringFormat}" to the Ripple control XAML?

dlwiii
dlwiii commented Oct 12, 2019

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of Nancy
  • I have verified if the problem exist in both DEBUG and RELEASE mode
  • I have searched open and closed issues to ensure it has not alread
svantevit
svantevit commented Nov 5, 2019

I am using MahApps.Metro, v1.6.5.

MetroWindow with mah:DialogParticipation.Register="{Binding}" doesn't get disposed after the ShowDialog() call.

Example usage: I have two windows - MainWindow and MyDialogView. Each has it's own view model - MainWindowViewModel and MyDialogViewModel.
MainWindowViewModel contains a OpenDialogCommand, which opens the dialog view.
MyDialogViewModel contain

微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.

  • Updated Apr 19, 2020
  • C#
BenchmarkDotNet
simonech
simonech commented Jun 24, 2019

For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-
![image](https://user-images.github

Squirrel.Windows
rohitisinhk
rohitisinhk commented Mar 11, 2020

Why do we always append "-a" to the app argument in shortcuts.

My application takes parameter as
MyApp.exe --mainConfig "SomeXml" --otherConfig "PathToSomeOtherXml"

However when the shortcut is created it appears as:
MyApp.exe -a "--mainConfig SomeXml --otherConfig someOtherConfig

ilya-spv
ilya-spv commented Feb 28, 2020

The documentation page here:

https://github.com/StackExchange/StackExchange.Redis/blob/master/docs/Scripting.md

says this:

To avoid retransmitting the Lua script to redis each time it is evaluated, LuaScript objects can be converted into LoadedLuaScripts via LuaScript.Load(IServer). LoadedLuaScripts are evaluated with the EVALSHA, and referred to by hash.

I have tested a bit and it s

Styxxy
Styxxy commented Jan 30, 2018

From conversation in PR #368

Documentation should be updated how to use Windows Authentication to make API calls.

There are two options to solve this, create a HttpClient yourself, or set the clienthandlerfactory in the RefitSettings;

// Option 1 : create HttpClient yourself
var client1 = RestService.For<IMyService>(
    new HttpClient(new HttpClientHandler() { AllowAutoRedi
onepiecefreak3
onepiecefreak3 commented Feb 16, 2020

This feature is implemented in many graphics hardwares at least of most gaming consoles. Adding this feature would enable ImageSharp to natively allow for these specifications of graphics hardware to be supported out of the box.

As per OpenCV naming and implementation this feature is most likely known as "Remapping" or "Point remapping". So as the naming goes, it should incorporate either one.

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.