You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Command Line Tools (2.0.0-preview1-005977)
Product Information:
Version: 2.0.0-preview1-005977
Commit SHA-1 hash: 414cab8a0b
Runtime Environment:
OS Name: Windows
OS Version: 6.3.9600
OS Platform: Windows
RID: win81-x64
Base Path: C:\Program Files\dotnet\sdk\2.0.0-preview1-005977\
Microsoft .NET Core Shared Framework Host
Version : 2.0.0-preview1-002111-00
Build : 1ff021936263d492539399688f46fd3827169983
VS Code version: 1.12.2
C# Extension version: 1.10.0
Open Program.cs and add object x = 0; in Main method
save it
Expected behavior
following warning is displayed in problems(quoted from dotnet build output).
warning HeapAnalyzerBoxingRule: Value type to reference type conversion causes boxing at call site (here), and unboxing at the callee-site. Consider using generics if applicable
Actual behavior
no warning displayed in problem.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:VS Code version: 1.12.2
C# Extension version: 1.10.0
Steps to reproduce
dotnet new
object x = 0;
in Main methodExpected behavior
following warning is displayed in problems(quoted from
dotnet build
output).Actual behavior
no warning displayed in problem.
The text was updated successfully, but these errors were encountered: