-
**Title:** Dispose Objects Before Losing Scope
**Description:**
Because an exceptional event might occur that will prevent the finalizer of an object from running, the object should be explicitly di…
ghost updated
6 years ago
-
_From @gregbradley on August 21, 2017 6:26_
After installing DotNet Core 2.0.0 on a Windows 8.1 machine and creating a new Razor project (dotnet new razor) the project fails to build. Have tried also…
Eilon updated
6 years ago
-
1. OS Platform and Distribution: Ubuntu 14.04 LTE
2. TensorFlow version: 1.14
3. Bazel version: 0.9.0
4. CUDA/cuDNN version: 8.0/7.0.5
5. GPU model and memory: GeForce GTX1060 - 6070MB
6. Exact c…
-
I've been thinking long about having some multiplatform (windows and gnu/linux), free (libre), lightweight and standalone tool to analize large bodies of VHDL 2008 code at block/RTL level. That tool w…
-
The structure build output is displaying tasks in the normal view, the old build output does not.
The task names aren't particularly useful in normal view, so I suggest we skip them.
New:
O…
-
I notice from [this comment](https://github.com/typetools/checker-framework/blob/4c7fa25c57f251d473d86ff74985d6d240e94e33/dataflow/src/org/checkerframework/dataflow/cfg/CFGBuilder.java#L4151) that the…
-
After I upgraded my solution from asp.net core 2.0 to 2.1, I'm not able to publish my web app from Visual Studio, although it can build.
During the upgrade I've changed SDK in one of my class libra…
Liero updated
6 years ago
-
1. `msbuild foo.csproj`
``` XML
Exe
netcoreapp1.1
```
Expected: No messages around conflicts
Actual:
Build contains a bunch of messages about conflicts - not s…
-
I have created a test project that contains both stylecop and sonarqube analysers. It contains a stylecop warning and a sonarqube warning. When I build it from visual studio or the command line both w…
-
# Issue Title
I use Visual Studio 2017 (15.4.1) and just create a .NET Core 2.0 Console Project, then publish by RuntimeIdentifiers of win10-x64 and show dialog for "Publish failed" and will get …