.NET
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 14,346 public repositories matching this topic...
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
Updated
Dec 10, 2019 - C#
Problem encountered on https://dotnet.microsoft.com/learn/aspnet/microservice-tutorial/run-docker
Operating System: macos
The last Version of .Net Core is 3.0 Not 2.2, you should modify the dockerfile on the tutorial.
I have modified the dockerfile, and this works correctly.
T
jitstd has methods that also exist in std namespace that is declared in src\inc\clr_std\utility.
For example swap, pair, forward etc.
Also, it has many methods that are unused, for example utility::set_union, utility::set_difference etc.
So the tas
A collection of awesome .NET libraries, tools, frameworks and software
-
Updated
Dec 10, 2019
PRs to add docs need not run the CI loop. This is mostly done now, except gifs/pngs/jpeg files added to docs folders also need to be whitelisted to not trigger build pipeline.
Which lab is it that you're having issues with?
Lab: Docker for Java Developers
Description
When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints
ASP.NET Boilerplate - Web Application Framework
-
Updated
Dec 10, 2019 - C#
🏆Gitee Most Valuable Project🚀A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs
-
Updated
Dec 10, 2019 - TSQL
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
-
Updated
Dec 10, 2019 - C#
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
-
Updated
Dec 10, 2019 - C#
There are 2 places we are using BufferBlock<T> today:
We should consider replacing this depende
One framework for creating powerful cross-platform games.
-
Updated
Dec 10, 2019 - C#
I came across this idea while updating some http --> https links in the dotnet/docs repo.
I noticed that the https version of the docs appeared to have a cert error.
I believe ReadTheDocs allows for a custom SSL cert courtesy of CloudFlare that you can configure: https://docs.readthedocs.io/en/stable/custom_domains.html#custom-domain-ssl
Wanted to leave this here in case you find
An easy way to perform background job processing in your .NET and .NET Core applications. No Windows Service or separate process required
-
Updated
Dec 10, 2019 - C#
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
-
Updated
Dec 10, 2019 - C#
Describe the feature you'd like
Why can't I download season pics from tmdb.
Additional context
I know jellyfin can get metadata from tmdb and tvdb, but the season pics can only download from tvdb and fanart. Usually we expect the metadata and post are consistent. Please, could jellyfin offer a feature to get season pics from tmdb?
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
-
Updated
Dec 9, 2019 - 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
Hi,
I struggle with user and groups import.
I'm using the directory connector and it is working fine.
What is misleading is that the import API (organization/{orgID}/import) check if there are enough seats available (enough licenses for the newly imported users) but do not re
The most popular open source ecommerce shopping cart solution based on ASP.NET Core
-
Updated
Dec 10, 2019 - C#
Build cross platform desktop apps with ASP.NET Core.
-
Updated
Dec 10, 2019 - C#
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
-
Updated
Dec 10, 2019 - C#
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia

These methods should null check the
thisargument:https://github.com/dotnet/corefx/blob/226f57b4f2bf91822604aa73338070c601d7a0fe/src/System.IO.FileSystem.AccessControl/src/System/IO/FileSystemAclExtensions.cs
cc @JeremyKuhne @stephentoub