dotnet-core
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 8,020 public repositories matching this topic...
-
Updated
Jul 13, 2022
-
Updated
Jul 4, 2022 - C#
-
Updated
Jul 14, 2022
-
Updated
Jun 24, 2022
We translate Convert<int>(string), but we could also translate x.Parse on the various primitive types (int, long...), as they're a common .NET API. We'd only support the simple overloads accepting a string, nothing more.
Originally raised in dotnet/efcore#28282 (comment)
-
Updated
Jul 29, 2022 - C#
-
Updated
Aug 2, 2022 - C#
-
Updated
Aug 2, 2022 - C#
-
Updated
Jul 22, 2022 - C#
-
Updated
Jul 29, 2022 - C#
-
Updated
Jan 24, 2021 - C#
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
-
Updated
Jul 28, 2022
-
Updated
Jul 21, 2022 - C#
-
Updated
Jul 28, 2022 - C#
Take example on https://docs.orchardcore.net/en/latest/docs/getting-started/theme/ and adapt it for a module.
Good first issue: Add a comment if you want to work on it and make to your first documentation contribution.
-
Updated
Aug 2, 2022 - C#
-
Updated
Jul 3, 2022 - C#
-
Updated
Jul 26, 2022 - JavaScript
-
Updated
Aug 1, 2022 - C#
-
Updated
Aug 2, 2022 - C#
The built in --help and --version outputs are printed to stderr instead of stdout, you have to redirect them to use the commands properly.
test --version returns the version number, but on stderr not stdout.
e.g.
test --version 2>nul returns no output.
test --version 2>&1 prints the version to stdout as expected.
-
Updated
Aug 2, 2022 - Dockerfile
Let's add MinVer and on successful builds generate a release.
-
Updated
Aug 1, 2022 - C#
-
Updated
Jun 22, 2022 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia
When writing the endpoint address of the packet received from the socket, we do not verify the output buffer is allocated, and has enough space to hold the endpoint address. We should verify
sockAddrOutSizeis non-zero at a minimum. Additionally, IPEndpoint can represent either an IPv4 address or an IPv6 address. If the socket receives a packet from an IPv6 address, but the client has only all