-
In dotnet/runtime we use the [property item conversion feature](https://docs.microsoft.com/en-us/visualstudio/msbuild/comparing-properties-and-items?view=vs-2019#conversions-between-strings-and-item-l…
-
Commits
- https://github.com/Microsoft/msbuild/pull/2957/commits/4c9084bae200ab5525862365902539371f39c542
Search for tests that are Windows only, but disabled for .net core:
```
[PlatformSpeci…
-
Currently there is no easy way to share launchSettings.json file. You need to create your own target and copy it into the project directory, which is far from ideal. Right now in corefx we live build …
-
## Details about Problem
- NuGet product used (dotnet.exe):
- Product version: 6.0.100-preview.3.21202.5
- Worked before? No
### Problem
Hi all, I'm working on a test project that has multi…
-
`libunwind.so.8` cannot be assumed to be part of each target distribution and should hence be bundled inside the AppImage:
```
me@host:~$ /home/me/Downloads/hello-netcoreapp_v0.1.0_linux-x64.AppIm…
-
**Description**
When applying the [Explicit] attribute and [Ignore(...)] attribute to a test class that has a custom category attribute, all classes within that category are ignored when running dotn…
-
I'm getting 3 errors when trying to Build/Rebuild:
Severity Code Description Project File Line Suppression State
Error NU1202 Package Microsoft.Win32.SystemEvents 4.7.0 is not compatible with net7.0…
-
Likely a result of the migration to the new JSON APIs
```JSON
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.0",
"signature": ""
},
"compilationOptions": {},
"targets":…
-
When I try to run the initial install I get a failed message. Additionally, I'm still seeing the issue with Make Backups not accepting the value of True or False entered.
Here's the error I see:
…
-
**Description**
I've got two Dockerfiles for my app - one for Linux containers and one for Windows containers. I recently changed the one for Windows containers to use multi-stage containers and to…