-
Updated
Nov 10, 2021
dotnetcore

.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 2,578 public repositories matching this topic...
-
Updated
Nov 21, 2021 - C#
-
Updated
Nov 19, 2021
-
Updated
Nov 21, 2021 - C#
-
Updated
Nov 16, 2021 - C#
-
Updated
Nov 19, 2021 - JavaScript
I believe the comparison operator used in the IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.
-
Updated
Nov 21, 2021 - C#
-
Updated
Nov 21, 2021 - C#
-
Updated
Nov 10, 2021 - C#
-
Updated
Sep 2, 2021 - C#
-
Updated
Nov 11, 2021 - C#
-
Updated
Nov 20, 2021 - C#
-
Updated
Oct 24, 2021 - C#
Currently when calling the MSBuild
alias with an MSBuildSettings
, we need to set the target using the WithTarget
extension method.
MSBuild("./my-app.sln", new MSBuildSettings
{
Configuration = "Release",
ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###
It would be nice if we could use a property, with a string, which would make it more na
-
Updated
Nov 15, 2021 - C#
-
Updated
Nov 21, 2021 - C#
-
Updated
May 14, 2021 - C#
-
Updated
Nov 15, 2021 - C#
-
Updated
Nov 21, 2021 - JavaScript
Hi - I would like to save graph for visualisation in tensorboard. Tried to use tf.summary.FileWriter, but it does not generate any file. Please could you check - was it my mistake, or tf.summary is not supported? This is in the code sample below, 3)
Also a general question which method to use to save the graph. I have found 4 methods - see the code sample below. Seems that in this project you
-
Updated
Nov 3, 2021 - C#
-
Updated
Nov 7, 2021 - C#
-
Updated
Nov 10, 2021 - C#
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Nov 19, 2021 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia
Expected Behavior / New Feature
Support sticky sessions for ServiceDiscoveryProviders
Actual Behavior / Motivation for New Feature
When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.
The functionality could be great if it could work with both consul