-
Reproduction steps
====
1. Install .NET Core SDK 3.1.302 and 3.1.401.
2. Create the following files:
PublishWebConfigBug.csproj
```
netcoreapp3.1
…
-
Visual Studio does not show a debug option when using a Docker compose project (.dcproj) and the Dockerfile is not in the project folder but up the directory tree.
Here's my file structure:
```
r…
-
Hi,
While experimenting with uuu (in the objectif of replacing an existing procedure that uses the old mfgtool) I encountered an issue with environment variables definition on windows.
When defin…
-
Test code (`main.cpp`):
```cpp
#include
int main()
{
int* x = new int[20];
x[0] = 25;
}
```
VS Project file (test.vcxproj)
```xml
Debug
Win32…
-
## Description
I have an implementation for `ITestDiscoverer` as follows:
class MyClass : ITestDiscoverer
{
public void DiscoverTests(IEnumerable sources, IDiscoveryContext dis…
-
Hi guys,
I'm struggling in my attempt to build from source code in a windows environment and I did almost everything "right", but when I tried to run a example, this error appeared:
> Attempting…
-
### Godot version
3.3.3-stable
### System information
Windows 10
### Issue description
I am trying to build Godot within Mono x64 Command Prompt with Visual Studio 2019 installed:
It…
-
### Describe the issue
```C++
try {
session_options.AppendExecutionProvider_CUDA(cuda_option);
}
catch (const std::exception& e) {
std::cout
-
So it seems like debugging is not working. If I use the debug_project() -> Launch -> Choose my project, nothing happens and it stops there. When I use run_project(), I can select my project and then i…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/idea/777498/version-with-wildcards-and-determinism-assemblyinf.html)._
---
Hello,…