-
When is it likely to happen?
-
> This is closely related to #3279.
### Background
The Cake runner supports a number of arguments, such `--version` to display the version of the runner, or `--debug` to launch the script in deb…
-
The document is hard to read and follow:
https://github.com/dotnet/corefx/pull/41774/files#r334952150
cc: @carlossanlop
-
Today, the documentation is scattered in many places
| Place | Dokany | Dokan-dotnet |
| --- | --- | --- |
| Doxygen | [Dokany](https://dokan-dev.github.io/dokany-doc/html/index.html) | [dokan-dotnet…
magol updated
8 years ago
-
### Description
When building a `netcoreapp3.1` or `netstandard2.1` library, the build will succeed when using Visual Studio 2019 but will fail when built via `dotnet build`.
Error details:
```…
-
I'm trying to automate the publishing of a .Net Core app on the Mac/Linux command line using the "dotnet" tool. No command I've tried has resulted in the project getting published to the folder the pu…
-
Trying to use mono's pdb2mdb in a Docker container. But I'm always getting:
```
Error: A portable PDB can't be converted to mdb.
```
This has boiled down to me finding that when I use msbuild …
-
With `dotnet` (muxer) utility, it has been made possible to implicitly consume nuget on all platforms that CoreCLR supports.
If such a bootstrapping is possible, please further consider isolating t…
am11 updated
6 months ago
-
Beginners find it very confusing when the examples of code uses 'String' and when put into Visual Studio, the IDE suggests they use 'string' instead.
**Describe the solution you'd like**
Some com…
Jymms updated
3 years ago
-
## Steps to reproduce:
Once the ASP.NET MVC Core Web App has been created, run the following commands using the dotnet CLI:
dotnet tool install -g dotnet-aspnet-codegenerator
dotnet add package Mic…