Skip to content

Instantly share code, notes, and snippets.

View davkean's full-sized avatar

David Kean davkean

View GitHub Profile
This file has been truncated, but you can view the full file.
Build started 1/9/2017 5:11:58 PM.
Environment at start of build:
ALLUSERSPROFILE = C:\ProgramData
APPDATA = C:\Users\davkean\AppData\Roaming
BatchFile = build
BinariesDirectory = E:\project-system2\bin\Debug\
BuildConfiguration = Debug
CommonProgramFiles = C:\Program Files (x86)\Common Files
CommonProgramFiles(x86) = C:\Program Files (x86)\Common Files
CommonProgramW6432 = C:\Program Files\Common Files
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Attributes.Jobs;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Jobs;
using Microsoft.VisualStudio.ProjectSystem;
using PathHelpers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Attributes.Jobs;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Jobs;
using Microsoft.VisualStudio.ProjectSystem;
using PathHelpers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Attributes.Jobs;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Jobs;
using Microsoft.VisualStudio.ProjectSystem;
using PathHelpers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

Console Application (.NET Framework)

msbuild.exe /nologo /m:1 /v:m /clp:Summary;PerformanceSummary "Project.csproj" /t:Rebuild
Scenario Inclusive (ms) Inclusive (%)
Evaluation 293 33%
Targets 452 52%
<?xml version="1.0" encoding="IBM437"?>
<!--
============================================================================================================================================
E:\vspreviewcrash\dotnet\lib\Http\HttpFree.fsproj
============================================================================================================================================
-->
<Project>
<!--
============================================================================================================================================
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk">
<?xml version="1.0" encoding="IBM437"?>
<!--
============================================================================================================================================
C:\Users\davkean\Source\Repos\ClassLibrary45\ClassLibrary45\ClassLibrary45.fsproj
============================================================================================================================================
-->
<Project DefaultTargets="Build">
<!--
============================================================================================================================================
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk">
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Xunit.Sdk;

Framework menu doesn't show when using different friendly names of the same framework:

  1. Create two projects:
<TargetFrameworks>netcoreapp2.1;net4.6</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>

Expected: For the Framework menu to show

<!--
============================================================================================================================================
C:\Users\davkean\Source\Repos\ClassLibrary45\ClassLibrary1\ClassLibrary1.fsproj
============================================================================================================================================
-->
<Project DefaultTargets="Build">
<!--
============================================================================================================================================
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk">
This import was added implicitly because the Project element's Sdk attribute specified "Microsoft.NET.Sdk".