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

MsBuild Extended support for net.sdk project type system (targeting desktop framework, not core) #1223

Merged
merged 13 commits into from
Aug 7, 2018

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    8c2f865 View commit details
    Browse the repository at this point in the history
  2. Extend MsBuildProjectReader to support detection of sdk style project…

    …s if sdk.props and sdk.targets are manually imported (advanced scenarios)
    DanielTheCoder committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    7163d06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e8040e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe94f99 View commit details
    Browse the repository at this point in the history
  5. add compiler warning to inform user of codebehind files which don't h…

    …ave any corresponding feature file
    DanielTheCoder committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    f8d732f View commit details
    Browse the repository at this point in the history
  6. Update changelog.txt

    DanielTheCoder committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    355a454 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e82629c View commit details
    Browse the repository at this point in the history
  8. removed unused references and added dummy target for NuGetPackages.cs…

    …proj to prevent build error
    DanielTheCoder committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    bdbaf3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7ee85f View commit details
    Browse the repository at this point in the history
  10. update Specs and IntegrationTests project to use a more current versi…

    …on of Microsoft.Build to support parsing of itemgroup remove and update
    DanielTheCoder committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    aabfafe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b227f5d View commit details
    Browse the repository at this point in the history
  12. enable warning for codebehind files without corresponding feature fil…

    …e only if net.sdk style projects will be used.
    
    currently, many projects are moving codebehind files into a different location using AfterUpdateFeatureFilesInProject Target
    DanielTheCoder committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    d656735 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9160850 View commit details
    Browse the repository at this point in the history