Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add netsdk overrides #2021

Closed

Commits on May 24, 2017

  1. Configuration menu
    Copy the full SHA
    eeb1cb1 View commit details
    Browse the repository at this point in the history
  2. Updating the version to match the CLI version

    Livar authored May 24, 2017
    Configuration menu
    Copy the full SHA
    da1de1d View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1248 from livarcocc/update_branding_in_master

    Update the branding in master to preview3.
    Livar authored May 24, 2017
    Configuration menu
    Copy the full SHA
    97f1e21 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Configuration menu
    Copy the full SHA
    ec90f38 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Merge pull request dotnet#1264 from v-zbsail/localization

    LOC CHECKIN | sdk-master | 20170529
    nguerrera authored May 30, 2017
    Configuration menu
    Copy the full SHA
    5ad3099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9081105 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Merge pull request dotnet#1269 from nguerrera/merge-release

    Merge release/2.0.0 to master
    Livar authored May 31, 2017
    Configuration menu
    Copy the full SHA
    a4bceb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Fixing line endings in LinkTest.csproj.

    Livar Cunha committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    b04b0c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/2.0.0' into merge_200_into_master

    Conflicts:
    	TestAssets/TestProjects/LinkTest/LinkTest/LinkTest.csproj
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.cs.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.de.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.es.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.fr.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.it.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.ja.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.ko.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.pl.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.pt-BR.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.ru.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.tr.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.zh-Hans.xlf
    	src/Tasks/Microsoft.NET.Build.Tasks/Resources/xlf/Strings.zh-Hant.xlf
    Livar Cunha committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    2a1da47 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Avoid first chance exception opening SDK projects

    MSBuild first does a default InvokeMember using the Type.DefaultMember then falls back to an ordinal ignore case match if that fails. This avoids that second lookup by picking the correct case of "SubString". Hit while debugging: dotnet/msbuild#2217.
    davkean committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    dbea260 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Merge pull request dotnet#1342 from davkean/FirstChanceException

    Avoid first chance exception opening SDK projects
    nguerrera authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    79d2f9e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Configuration menu
    Copy the full SHA
    ccc3be1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Merge pull request dotnet#1368 from jaredpar/fix-glob

    Use glob for signing resources
    nguerrera authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    30baeae View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    2d2c1c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03aec45 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1305 from livarcocc/merge_200_into_master

    Merge release/2.0.0 into master
    nguerrera authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    cd25d6b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Fix dotnet#1435 - calculation of ResolvedPath for project references

    The old implementation combined the relative `<ProjectReference Include="..." />` path with the directory of the `ProjectAssetFile`.
    Corrected this to combine the relative project reference with the current's project path.
    BrunoJuchli authored Jul 22, 2017
    Configuration menu
    Copy the full SHA
    e7234bc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2017

  1. Configuration menu
    Copy the full SHA
    38c3068 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    4fc4230 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1451 from nguerrera/merge-release-20

    Merge release/2.0.0 in to master
    nguerrera authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    98ea6b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Avoid boxing List<T> enumerable

    This was allocating 0.2% of all memory during some design-time builds.
    davkean committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    9680f19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1466 from davkean/AvoidBoxingEnumerable

    Avoid boxing List<T> enumerable
    davkean authored Aug 2, 2017
    Configuration menu
    Copy the full SHA
    40a0660 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Configuration menu
    Copy the full SHA
    7a22b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfcbd81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    469f26c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Merge pull request dotnet#1494 from dsplaisted/update-nuget

    Insert NuGet Build 4.4.0-preview1-4365 and corresponding CLI version into sdk
    dsplaisted authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    999d5b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Update maximum supported .NET Core version to 2.1

    dsplaisted authored and William Lee committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    9316bdc View commit details
    Browse the repository at this point in the history
  2. Update test to allow targeting .NET Core 2.1

    dsplaisted authored and William Lee committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    4444c20 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1487 from dasMulli/feature/pretty-store-xml

    Change xml formatting for store artifacts xml
    nguerrera authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    b5aa4a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Close paren in property reference for NuGet import

    This condition was being interpreted as a content, because the $()
    expression never closed, so it was comparing the literal string
    `$(ImportNuGetBuildTasksPackTargetsFromSdk` to `false`, which doesn't
    match.
    
    Fixes dotnet#1491.
    rainersigwald committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    2437b6f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Output the file path.

    Sheen Tian authored and Sheen Tian committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    c7771ff View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. update the XLF files.

    Sheen Tian authored and Sheen Tian committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    a1921c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1526 from rainersigwald/nuget-condition-clo…

    …se-paren
    
    Close paren in property reference for NuGet import
    nguerrera authored Aug 24, 2017
    Configuration menu
    Copy the full SHA
    979eed1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Provide shorter path to an unmanaged API.

    This should avoid DirectoryNotFoundException if CurrentDir+RelattivePath is longer than max path length.
    sunahe committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    e8c0b49 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. Configuration menu
    Copy the full SHA
    ce8e6e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1559 from dsplaisted/disable-multilevel-lookup

    Disable multilevel lookup in build/test to prevent accidental machine dependencies
    dsplaisted authored Sep 2, 2017
    Configuration menu
    Copy the full SHA
    e839339 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Add Version metadata to SDK references

    Related to dotnet/project-system#2248.
    
    When generating MSBuild items representing SDK references make sure to pass along the Version metadata. This way we can display it in Solution Explorer and the Properties window.
    tmeschter committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    2551ee2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Configuration menu
    Copy the full SHA
    420b2ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1577 from johnbeisner/EnableTests

    Removing duplicate tests in the compatablity matrix.
    johnbeisner authored Sep 11, 2017
    Configuration menu
    Copy the full SHA
    321ff8f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Adding the OptIn test matrix for NuGet references (dotnet#1578)

    * Adding the OptIn test matrix for NuGet references - dotnet#1066
    
    * Resolving: dotnet#1327
    
    * Put the constructor back...
    
    * Backing out change for dotnet#1327 due to Jenkins failures
    johnbeisner authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    8127c13 View commit details
    Browse the repository at this point in the history
  2. Update unit test

    Update the existing unit test to verify that version numbers are copied
    over when we create new SDK reference items.
    tmeschter committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    7776f4d View commit details
    Browse the repository at this point in the history
  3. Ensure incremental build works on AssemblyAttribute items with multip…

    …le parameters
    Nate McMaster committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    73fb22a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Merge pull request dotnet#1572 from tmeschter/AddVersionToSDKReference

    Add Version metadata to SDK references
    tmeschter authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    79dd157 View commit details
    Browse the repository at this point in the history
  2. Create logs by default when building SDK on non-Windows OS (dotnet#1584)

    * dotnet#1583
    
    * Changing the single quote escape...
    
    * Changing to a backslash escape of the semi-colons...
    johnbeisner authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    94b0a62 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Checkin editor config

    William Li committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    a42a320 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Merge pull request dotnet#1581 from natemcmaster/assembly-attr

    Ensure incremental build works on AssemblyAttribute items with multiple parameters
    dsplaisted authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    2995c84 View commit details
    Browse the repository at this point in the history
  2. Add build/test environment scripts

    (cherry picked from commit 2955e55)
    dsplaisted authored and William Lee committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    8dccfd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Merge branch 'release/2.0.0' into merge_release200

    * release/2.0.0: (33 commits)
      Update CLI version
      Fix test issue with path separator character
      Fix perf regression with setting DestinationSubPath on items for conflict resolution
      Add build/test environment scripts
      Fix satellite assembly conflict resolution when targeting .NET Core
      Take locale portion of target path for satellite assemblies into account in conflict resolution
      Add comment clarifying test expectation
      Change log verbosity to normal when checking whether projects encounter conflicts
      Use correct target path for runtimeTargets items when resolving conflicts
      Disable multilevel lookup for Tests
      Disable multilevel lookup in build/test to prevent accidental machine dependencies
      Insert NuGet Build 4.4.0-preview3-4475 into sdk
      Update support libraries to those that are only lib.
      Revert self-contained implicit versions to 1.0.5/1.1.2/2.0.0
      Update DotnetCLIVersion
      fix intermediate nuspec path
      Insert NuGet Build 4.4.0-preview1-4434 into sdk
      Bump default versions for self-contained apps
      Disable multilevel lookup in build/test to prevent accidental machine dependencies
      Revert "Update version to 2.0.2-vspre"
      ...
    livarcocc committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    2e1d6d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    f1fe4af View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1602 from dotnet/merge_release200

    Merge release/2.0.0 into master
    Livar authored Sep 25, 2017
    Configuration menu
    Copy the full SHA
    ac2507b View commit details
    Browse the repository at this point in the history
  3. Pin the implicit package reference for NetStandard.Library to 2.0.0 w…

    …hen the TFM is NETStandard2.0.
    livarcocc committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    55300b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Adding P2P test coverage for targeting common PCL profiles (dotnet#1606)

    * Adding P2P test coverage for targeting common PCL profiles.
    
    * Adding copyright header; adding comments.
    johnbeisner authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    d9955fc View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Actually pinning to 2.0.1, updating the CLI to 2.1.0 and downloading …

    …the 2.0.0 runtime separately.
    livarcocc committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    73fcead View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1603 from dotnet/implicit_20_references

    Pin the implicit package reference for NetStandard.Library to 2.0.0
    Livar authored Oct 5, 2017
    Configuration menu
    Copy the full SHA
    d7730b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Configuration menu
    Copy the full SHA
    865bebd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Merge pull request dotnet#1650 from dotnet/merges/release/2.0.0-to-ma…

    …ster-20171012-070032
    
    Merge release/2.0.0 to master
    KevinRansom authored Oct 12, 2017
    Configuration menu
    Copy the full SHA
    07f0d02 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. dotnet#946 (dotnet#1670)

    johnbeisner authored Oct 20, 2017
    Configuration menu
    Copy the full SHA
    5d4aa5c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    a7f1362 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Bump CLI version

    nguerrera committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    a11198c View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1681 from dotnet/merges/release/15.5-to-mas…

    …ter-20171024-070033
    
    Merge release/15.5 to master
    nguerrera authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    35471d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Merge pull request dotnet#1693 from dotnet/merges/release/15.5-to-mas…

    …ter-20171027-065949
    
    Merge release/15.5 to master
    nguerrera authored Oct 30, 2017
    Configuration menu
    Copy the full SHA
    f577a46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1548 from sunahe/master

    Provide shorter path to an unmanaged API.
    nguerrera authored Oct 30, 2017
    Configuration menu
    Copy the full SHA
    66fe1d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1530 from tishion/Fix-#1521

    Fix-dotnet#1521 Output the file path in warning message
    nguerrera authored Oct 30, 2017
    Configuration menu
    Copy the full SHA
    f5cda4d View commit details
    Browse the repository at this point in the history
  4. Merge pull request dotnet#1442 from BrunoJuchli/patch-2

    Fix dotnet#1435 - calculation of ResolvedPath for project references
    nguerrera authored Oct 30, 2017
    Configuration menu
    Copy the full SHA
    634680a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Configuration menu
    Copy the full SHA
    78e43af View commit details
    Browse the repository at this point in the history
  2. Fix incorrect merge

    nguerrera committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    829544b View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1706 from dotnet/merges/release/15.5-to-mas…

    …ter-20171101-070039
    
    Merge release/15.5 to master
    tmat authored Nov 1, 2017
    Configuration menu
    Copy the full SHA
    7fc8f64 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Merge pull request dotnet#1713 from dotnet/merges/release/15.5-to-mas…

    …ter-20171107-080040
    
    Merge release/15.5 to master
    nguerrera authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    b8a397f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Merge pull request dotnet#1719 from dotnet/merges/release/15.5-to-mas…

    …ter-20171109-080041
    
    Merge release/15.5 to master
    Livar authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    7acd00a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Configuration menu
    Copy the full SHA
    e1a762d View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1721 from nguerrera/smaller-footprint

    [Perf] Retarget to .NET Core 2.0 and remove unnecessary assemblies
    nguerrera authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    4dd61b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb9aa6d View commit details
    Browse the repository at this point in the history
  4. Merge pull request dotnet#1723 from nguerrera/fix-signing

    Fix signing after retargeting to netcoreapp2.0
    nguerrera authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    aeb5065 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Remove old workarounds that are no longer necessary.

    Also, fix a merge issue where a group of code got duplicated unnecessarily.
    eerhardt committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    38cd3bd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Merge pull request dotnet#1732 from eerhardt/RemoveOldWorkarounds

    Remove old workarounds that are no longer necessary.
    eerhardt authored Nov 15, 2017
    Configuration menu
    Copy the full SHA
    cdd8635 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1731 from joperezr/ManualOverrideShims

    Adding one more condition so that we can override adding shims for net471 in case they are required
    Livar authored Nov 15, 2017
    Configuration menu
    Copy the full SHA
    8e1678d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Merge pull request dotnet#1743 from dotnet/merges/release/15.5-to-mas…

    …ter-20171116-080044
    
    Merge release/15.5 to master
    nguerrera authored Nov 16, 2017
    Configuration menu
    Copy the full SHA
    43027a0 View commit details
    Browse the repository at this point in the history
  2. Make CoreGenerateSatelliteAssemblies work for VB

    Fixes dotnet#1748.
    
    The `CoreGenerateSatelliteAssemblies` task first calls the
    `WriteCodeFragment` task to write a bunch of attributes to a .cs file,
    and then calls the `Csc` task to compile it (along with the .resource
    files, of course).
    
    However, the call to `WriteCodeFragment` will use the project's language
    to generate the source file. This means that in a VB project we'll end
    up generating VB code into a .cs file which we then try to compile with
    csc.exe. That doesn't end well.
    
    The fix here is to always pass "C#" as the language to
    `WriteCodeFragment`.
    tmeschter committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    c9931c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1749 from tmeschter/FixCoreGenerateSatellit…

    …eAssemblies
    
    Make CoreGenerateSatelliteAssemblies work for VB
    tmeschter authored Nov 16, 2017
    Configuration menu
    Copy the full SHA
    8992a1b View commit details
    Browse the repository at this point in the history
  4. Add DisableImplicitTransitiveReferences

    This implements the feature described in dotnet#1750. It provides projects with a way to
    explicitly opt-out of implicit transitive refernces by setting the
    DisableImplicitTransitiveReferences property to `'true'`.
    
    closes dotnet#1750
    jaredpar committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    5e74847 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Configuration menu
    Copy the full SHA
    7069f82 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Merge pull request dotnet#1751 from jaredpar/fix-transitive

    Add DisableImplicitTransitiveReferences
    nguerrera authored Nov 20, 2017
    Configuration menu
    Copy the full SHA
    9fd61ad View commit details
    Browse the repository at this point in the history
  2. Updating the implicit Microsoft.NETCore.App version from 2.0 to 2.0.0…

    …. This will make sure that when evaluating RuntimeFrameworkVersion we will get a 3 digit number.
    Livar authored and livarcocc committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    a0ba167 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1756 from dotnet/livarcocc-patch-1

    Update the implicit Runtime Framework version to 2.0
    Livar authored Nov 20, 2017
    Configuration menu
    Copy the full SHA
    a62cc53 View commit details
    Browse the repository at this point in the history
  4. Use shared compiler in CoreGenerateSatelliteAssemblies

    The `CoreGenerateSatelliteAssemblies` target uses the `Csc` task to
    create satellite assemblies. We can greatly speed up the creation of
    these assemblies by telling `Csc` to use the shared compiler server if
    it is available, rather than spinning up a new copy of csc.exe for every
    satellite.
    tmeschter committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    38133d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Merge pull request dotnet#1762 from tmeschter/SpeedUpCoreGenerateSate…

    …lliteAssemblies
    
    Use shared compiler in CoreGenerateSatelliteAssemblies
    nguerrera authored Nov 21, 2017
    Configuration menu
    Copy the full SHA
    8c5d7a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Work around dotnet#1730

    nguerrera committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    83912b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516c0d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1772 from dotnet/merges/release/15.5-to-mas…

    …ter-20171128-080042
    
    Merge release/15.5 to master
    nguerrera authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    9819b27 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Merge pull request dotnet#1725 from nguerrera/speed-up-rar

    Add reference metadata to indicate that RAR can skip dependency searching
    nguerrera authored Nov 29, 2017
    Configuration menu
    Copy the full SHA
    b5be571 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    1a93f4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1785 from v-zbsail/localization

    LOC CHECKIN | dotnet/sdk-master | 20171201
    nguerrera authored Dec 1, 2017
    Configuration menu
    Copy the full SHA
    fcc20f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    d9c6fb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad8caa7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1800 from tannergooding/master

    Merge remote-tracking branch 'origin/release/2.1'
    dsplaisted authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    cb20a5f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Speed up ResolvePackageFileConflicts by avoiding reading files for As…

    …semblyVersion.
    
    Allow for packages to override other packages by default.
    eerhardt committed Dec 8, 2017
    1 Configuration menu
    Copy the full SHA
    dd07581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e818fd View commit details
    Browse the repository at this point in the history
  3. Lazy load the package override dictionary so when there are no confli…

    …cts, we don't need to build it.
    eerhardt committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    ed7cf09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b05809 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d627aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    739c525 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Merge pull request dotnet#1804 from tannergooding/master

    Merge release/2.1 into master
    tannergooding authored Dec 9, 2017
    Configuration menu
    Copy the full SHA
    20742c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e3268 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Configuration menu
    Copy the full SHA
    ce257d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1da6ce9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1816 from tannergooding/master

    Updating the DotNetCliVersion to 2.2.0-preview1-007807
    tannergooding authored Dec 13, 2017
    Configuration menu
    Copy the full SHA
    28844d3 View commit details
    Browse the repository at this point in the history
  4. PR Feedback

    - fix typo
    - Add functional test to ensure the conflict resolution optimizations results in the same References.
    - Adding that test found 3 more packages to add to the default list of package overrides.
    eerhardt committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    f6a3f88 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Merge pull request dotnet#1805 from eerhardt/FixConflictResolutionPerf

    ResolvePackageFileConflicts performance enhancements
    eerhardt authored Dec 14, 2017
    Configuration menu
    Copy the full SHA
    0825b2f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Configuration menu
    Copy the full SHA
    a7f6503 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Configuration menu
    Copy the full SHA
    d9f6a8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1827 from dotnet/merges/release/2.1-to-mast…

    …er-20171219-080047
    
    Merge release/2.1 to master
    nguerrera authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    41010b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Insert NuGet Build 4.6.0-preview2-4759 into sdk (dotnet#1831)

    * Insert NuGet Build 4.6.0-preview2-4759 into sdk
    
    * fixing the version numbers.
    
    * Updating the CLI version.
    
    * API name changed from "VersionFolderPathContext" to "PackageExtractionContext"
    
    * API name changed from "VersionFolderPathContext" to "PackageExtractionContext" - part 2
    parameters have also changed - modifying the call.
    nugetlurker authored and johnbeisner committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    720882a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    1545ddc View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Merge pull request dotnet#1840 from tannergooding/master

    Updating repo-toolset to 1.0.0-beta-62503-02
    tannergooding authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    8b6aa0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e7a1b View commit details
    Browse the repository at this point in the history
  3. Partial resolution of issue 1327 (dotnet#1837)

    * Resolving issue 1327
    
    * Disabling failing tests.
    johnbeisner authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    cb4cf79 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Merge pull request dotnet#1845 from dotnet/merges/release/2.1-to-mast…

    …er-20180108-080042
    
    Merge release/2.1 to master
    VSadov authored Jan 8, 2018
    Configuration menu
    Copy the full SHA
    4fc6f5c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    afe9877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753207c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Pack for tools (dotnet#1843)

    Add PackAsTool in csproj, and run dotnet pack. The result will be in tool format nupkg
    William Lee authored Jan 12, 2018
    Configuration menu
    Copy the full SHA
    8a24663 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    f4510fc View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Merge pull request dotnet#1860 from tannergooding/master

     Updating SignToolData to include the produced nuget packages
    tannergooding authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    50c2444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a72023b View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1871 from tannergooding/master

    Updating repo-toolset to 1.0.0-beta-62518-01 to support manifest publishing
    tannergooding authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    8b6fa1b View commit details
    Browse the repository at this point in the history
  4. Update CI msbuild

    William Li committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    b15294d View commit details
    Browse the repository at this point in the history
  5. Merge pull request dotnet#1873 from wli3/update-ci-msbuild

    Update CI msbuild
    William Lee authored Jan 19, 2018
    Configuration menu
    Copy the full SHA
    b17dc49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    768e6bc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Merge pull request dotnet#1875 from tannergooding/release/2.0.0

    Updating repo-toolset to 1.0.0-beta-62519-01
    tannergooding authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    f80354d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e31d4 View commit details
    Browse the repository at this point in the history
  3. Update Versions.props

    William Lee authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    249de6d View commit details
    Browse the repository at this point in the history
  4. Merge pull request dotnet#1879 from dotnet/nuget-insertbuild4846

    Insert NuGet Build 4.7.0-preview1-4846 into sdk
    William Lee authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    aa0e4da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cfc361 View commit details
    Browse the repository at this point in the history
  6. Merge pull request dotnet#1876 from tannergooding/master

    Merge release/2.1 into master
    tannergooding authored Jan 20, 2018
    Configuration menu
    Copy the full SHA
    79d5e5d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    c834a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d93815 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1885 from dotnet/update_master_branding

    Updating the branding to 2.1.300-preview2.
    Livar authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    252e62f View commit details
    Browse the repository at this point in the history
  4. Merge pull request dotnet#1887 from dotnet/update_branding

    Updating branding to 2.1.300-preview1.
    Livar authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    0f79bbe View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    881e316 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    be06aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0433de View commit details
    Browse the repository at this point in the history
  3. Enabling performance tests (dotnet#1796)

    * First draft enabling performance tests...
    
    * Disabling tests for non-Windows...
    
    * Updates...
    
    * Missing "\"
    
    * Set 'DefaultIterations' to "1"
    
    * Resolved BUG: microsoft/xunit-performance#248
    
    * Fixing typos...
    
    * Formatting, variable names changes.
    
    * Fixing a typo...
    johnbeisner authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    195044c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    8076b8a View commit details
    Browse the repository at this point in the history
  2. Remove bizarre target returns

    Example: `Returns="_ActiveTFMFileDependencies"`
    
    This returns the string `"_ActiveTFMFileDependencies"` not
    `@(_ActiveTFMFileDependencies)".
    
    Clearly these targets aren't actually run for their return values.
    
    The useless values are cluttering the binlog and confusing me.
    nguerrera committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    b7b15e1 View commit details
    Browse the repository at this point in the history
  3. Raise only package assets that are used to build

    The new task (ResolvePackageAssets) unlike the old ResolvePackageDependencies,
    only raises items that that will actually be consumed by the build. The new
    items are also much easier to consume in targets and do not require "joins"
    to resolve paths, querying via WithMetadataValue, etc.
    nguerrera committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    0f958a9 View commit details
    Browse the repository at this point in the history
  4. Move validation for .NET Core RID in-box

    Previously, Microsoft.NETCore.App package would do this in a custom
    target with the PackageDependency items that we no longer raise by
    default.
    
    Also, use repo-toolset to generate designer code for resx during build.
    There was a  project system bug preventing it from getting generated in VS.
    nguerrera committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    07f3285 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    389d190 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af9be11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    430e180 View commit details
    Browse the repository at this point in the history
  8. Merge pull request dotnet#1857 from nguerrera/fast-package-resolve

    Speed up package asset resolution
    nguerrera authored Jan 25, 2018
    Configuration menu
    Copy the full SHA
    f5db1af View commit details
    Browse the repository at this point in the history
  9. Adding the Runtime Identifier and PlatformTarget to the error message…

    … for when they don't match.
    livarcocc committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    41855d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Merge release/2.1 to master (dotnet#1904)

    * Merge release/2.0.0 to release/2.1 (dotnet#1888)
    
    * Merge release/2.0.0 to release/2.1 (dotnet#1890)
    dotnet-bot authored and johnbeisner committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    dfaefff View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Switching the error message test to use Strings.resx and String.Forma…

    …t, instead of hard coding the expected error message.
    Livar Cunha committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    5d74ded View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1902 from dotnet/improve_architecture_match…

    …_error
    
    Adding the Runtime Identifier and PlatformTarget to the error message
    Livar authored Jan 27, 2018
    Configuration menu
    Copy the full SHA
    ce6fd6a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Merge release/2.1 to master (dotnet#1915)

    * Merge release/2.0.0 to release/2.1 (dotnet#1888)
    
    * Merge release/2.0.0 to release/2.1 (dotnet#1890)
    dotnet-bot authored and johnbeisner committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    42ed509 View commit details
    Browse the repository at this point in the history
  2. Enabling performance tests (dotnet#1796) (dotnet#1914)

    * First draft enabling performance tests...
    
    * Resolved BUG: microsoft/xunit-performance#248
    dotnet-bot authored and johnbeisner committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    71207a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    1fab6f3 View commit details
    Browse the repository at this point in the history
  2. NETCorePlatformsImplicitPackageVersion copy from BundledNETCorePlatfo…

    …rmsVersion (dotnet#1928)
    William Lee authored Feb 2, 2018
    Configuration menu
    Copy the full SHA
    908fbf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Ignore macOS .DS_Store files.

    This commit adds macOS `.DS_Store` files to .gitignore.
    Peter Huene committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    c199f6e View commit details
    Browse the repository at this point in the history
  2. Suppress assets messages for Clean target.

    This commit ensures that messages from `project.assets.json` aren't logged for
    the `Clean` target.  If a project is cleaned that has diagnostic messages
    stored from a previous restore operation, the Clean target would previously
    log the messages via the `ReportAssetsLogMessages` target.
    
    Since a clean operation does not perform a restore, this is confusing to users.
    The fix is to set the `EmitAssetsLogMessages` property to `false` for the
    `Clean` target, but not the `Rebuild` target that depends on the `Clean`
    target.
    
    Fixes dotnet/cli#8027.
    Peter Huene committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    7e7d8dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1821 from peterhuene/clean-suppress-asset-m…

    …essages
    
     Suppress assets messages for Clean target.
    peterhuene authored Feb 6, 2018
    Configuration menu
    Copy the full SHA
    23f91e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    4f3fae8 View commit details
    Browse the repository at this point in the history
  2. Enabling performance tests (dotnet#1796) (dotnet#1937)

    * First draft enabling performance tests...
    
    * Disabling tests for non-Windows...
    
    * Updates...
    
    * Missing "\"
    
    * Set 'DefaultIterations' to "1"
    
    * Resolved BUG: microsoft/xunit-performance#248
    
    * Fixing typos...
    
    * Formatting, variable names changes.
    
    * Fixing a typo...
    dotnet-bot authored and johnbeisner committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    baea3c7 View commit details
    Browse the repository at this point in the history
  3. Add .NET Core 2.1 to list of supported target frameworks

    This value is used to configure Visual Studio's Application Properties pages
    Nat Ayewah committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    0f74ccb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Merge pull request dotnet#1939 from natidea/updateSupportedFx

    Add .NET Core 2.1 to list of supported target frameworks
    Livar authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    461f307 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1925 from v-zbsail/loc_20180129_master

    LOC CHECKIN | sdk master | 20180202
    nguerrera authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    9f97fce View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    424efdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1943 from dsplaisted/build-script-defaults

    Run restore and create build log by default from build.cmd
    dsplaisted authored Feb 9, 2018
    Configuration menu
    Copy the full SHA
    a714bcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00325a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6876e0c View commit details
    Browse the repository at this point in the history
  5. Allow artifacts directory to be overridden with DOTNET_SDK_ARTIFACTS_…

    …DIR environment variable
    
    This makes it possible to work with the same copy of the repo from both
    Linux and Windows by using a different artifacts directory for one of them.
    dsplaisted committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    6387389 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6229c70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cec5e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. When converting CompileOptions, exclude empty entries when spliting D…

    …efineConstants.
    Livar Cunha committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    be044aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0148435 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Merge pull request dotnet#1944 from dsplaisted/env-scripts

    Update dogfood support
    dsplaisted authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    85bdc89 View commit details
    Browse the repository at this point in the history
  2. Fixing full framework compilation.

    Livar Cunha committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    2831144 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1954 from dotnet/release/2.0.0

    Merge release/2.0.0 into release/2.1
    dsplaisted authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    6c29759 View commit details
    Browse the repository at this point in the history
  4. Merge pull request dotnet#1952 from livarcocc/remove_empty_compilatio…

    …n_options
    
    When converting CompileOptions, exclude empty entries when spliting DefineConstants.
    Livar authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    83ba345 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Configuration menu
    Copy the full SHA
    72d3545 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1958 from dotnet/remove_inferredFromUsage_c…

    …onfigs
    
    Removes InferredFromUsage Configs from the SDK.
    Livar authored Feb 13, 2018
    Configuration menu
    Copy the full SHA
    17c32ce View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Update RepoToolset to 1.0.0-beta-62615-02 (dotnet#1962)

    * Update RepoToolset to 1.0.0-beta-62615-02
    
    Sets algorithm used to calculate source file checksums stored in PDB to SHA256.
    tmat authored Feb 15, 2018
    Configuration menu
    Copy the full SHA
    0b4c14f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Merge remote-tracking branch 'upstream/release/2.1.2xx' into merges/r…

    …elease/2.1.2xx-to-release/2.1.3xx
    nguerrera committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    78e8cbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4975ca2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dotnet#1964 from dotnet/merges/release/2.1.2xx-to-…

    …release/2.1.3xx
    
    Merge release/2.1.2xx to release/2.1.3xx
    nguerrera authored Feb 16, 2018
    Configuration menu
    Copy the full SHA
    ef87b82 View commit details
    Browse the repository at this point in the history
  4. Merging 'build/build.ps1' and 'sdk.sln'

    jbeisner committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    e00bcbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72997b9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request dotnet#1963 from dotnet/merges/release/2.1-to-master

    Merge release/2.1 to master
    nguerrera authored Feb 16, 2018
    Configuration menu
    Copy the full SHA
    04e5d63 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Merge pull request dotnet#1965 from dotnet/merges/release/2.1.3xx-to-…

    …master
    
    Merge release/2.1.3xx to master
    nguerrera authored Feb 21, 2018
    Configuration menu
    Copy the full SHA
    4d3980b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Merge pull request dotnet#1980 from dotnet/merges/release/2.1.3xx-to-…

    …master
    
    Merge release/2.1.3xx to master
    nguerrera authored Feb 22, 2018
    Configuration menu
    Copy the full SHA
    acf05da View commit details
    Browse the repository at this point in the history
  2. Revert dotnet#699

    Resolves dotnet#783
    dsplaisted committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    ff5db71 View commit details
    Browse the repository at this point in the history
  3. Don't schedule target before _GetRestoreProjectStyle, as we now use C…

    …ollectPackageReferences
    dsplaisted committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    d5abe6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8956e87 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    e301331 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1985 from dsplaisted/1071-rename-build-dire…

    …ctory
    
    Rename SDK build directory to "targets" in source and layout
    dsplaisted authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    6945e36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f168829 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b560b8 View commit details
    Browse the repository at this point in the history
  5. Merge upstream changes

    dsplaisted committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    b296809 View commit details
    Browse the repository at this point in the history
  6. Displaying a message whenever a build happens using a preview version…

    … of the CLI. Also replaced NETSdkError with NETSdkMessage. This message will be driven by a property set by the CLI.
    livarcocc committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    bc337cd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Configuration menu
    Copy the full SHA
    0d041f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Merge pull request dotnet#1989 from dsplaisted/1608-update-implicit-n…

    …etstandard-package
    
    Update implicit NETStandard.Library package version, and re-enable test
    dsplaisted authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    1bd43a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ffca7d View commit details
    Browse the repository at this point in the history
  3. Do not pack platform (dotnet#1991)

    do not add reference to Microsoft.NETCore.Platforms during dotnet pack for tools
    William Lee authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    287355d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Changing MessageImportance property to a GetMessageImportance method …

    …so that we can get a good stack trace when it fails with the ArgumentOutOfRangeException.
    livarcocc committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    57f8501 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#1971 from dotnet/preview_message

    Displaying a message whenever a build happens using a preview version of the CLI
    Livar authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    cfe8ff3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Fix P2P packtool (dotnet#2007)

    The input of PackTask is relative path. And it ends up getting wrong full path in the task (prefixed with Library path instead of App path). Give PackTask full path as input.
    William Lee authored Mar 1, 2018
    Configuration menu
    Copy the full SHA
    ca7aa4b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Add netsdk overrides

    KevinRansom committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    4a2ccf3 View commit details
    Browse the repository at this point in the history