-
Updated
Apr 22, 2020 - C#
c-sharp
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...
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.
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
-
Updated
Apr 17, 2020
Although this is "non-production" piece of ILSpy it is also the messiest re: license headers. See icsharpcode/ILSpy#1984 (comment) for a history of the BAML decompiler.
We have a mix of no license headers, LGPL (most likely a template mistake by @siegfriedpammer), as well as (correctly) MIT (exactly one: Stub.cs)
Code exclusively from @siegfriedpammer:
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?
If you're creating a bug/problem report, please include followings:
- Your Abp package version. - 5.2
- Your base framework: .Net Core. 3.1
Aspnetboilerplate Angular Template 5.2
Integration with the explanation from the page:
https://aspnetboilerplate.com/Pages/Documents/OData-AspNetCore-Integration
in .net core 3.1 mvc.internal is removed:
Could not load type 'Microsoft.AspN
This is the closest I was able to find: https://docs.microsoft.com/en-us/aspnet/signalr/overview/guide-to-the-api/hubs-api-guide-javascript-client
I know for example $.connection.hub has an id property, but is there a comprehensive list?
Looking at the docs for methods that can throw exceptions for Newtonsoft i.e. https://www.newtonsoft.com/json/help/html/M_Newtonsoft_Json_Linq_JObject_GetValue.htm, I don't get any information about the types of exceptions being thrown by this method or if they throw exceptions at all.
The two reasons I ask are
- I have just been caught out by
SelectTokenon JObject throwing an exception
2.0 documentation?
Can I change the property name that Cefsharp injects to window to hide from anti-robot detecting code?
Now it is CefSharp, used in CefSharp.BindObjectAsync
Improve xUnit Tests
-
Updated
Mar 30, 2020 - Assembly
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
Hi,
On this page:
https://chocolatey.org/docs/helpers-install-chocolatey-package
Look the example 3:
$url = 'https://somewhere.com/file.msi'
$url64 = 'https://somewhere.com/file-x64.msi'
It's never calling these variables.
Maybe:
A: a step is missing in the example
B: there's a copy paste error in the example
Can you please have a look and fix it?
Cheers,
-
Updated
Apr 19, 2020 - C#
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-
. LoadedLuaScripts are evaluated with the EVALSHA, and referred to by hash.
I have tested a bit and it s
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() { AllowAutoRediThis 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
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.