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 global usings for .NET projects (.NET SDK, Web and Worker) #18459

Merged
merged 44 commits into from
Jul 8, 2021

Commits on Jul 8, 2021

  1. Add global usings for WebSdk projects

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    647a8fb View commit details
    Browse the repository at this point in the history
  2. add global::

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    8275dad View commit details
    Browse the repository at this point in the history
  3. Include global using as compile item group

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    fe5b195 View commit details
    Browse the repository at this point in the history
  4. Update

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    61a436d View commit details
    Browse the repository at this point in the history
  5. Add Ifdef

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0b1ed10 View commit details
    Browse the repository at this point in the history
  6. Update src/WebSdk/ProjectSystem/Targets/Microsoft.NET.Sdk.Web.Project…

    …System.targets
    
    Co-authored-by: David Fowler <davidfowl@gmail.com>
    John Luo and davidfowl committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    fc63e92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84ab2ca View commit details
    Browse the repository at this point in the history
  8. Fix spacing

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    7710bc2 View commit details
    Browse the repository at this point in the history
  9. Feedback

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    d7f073b View commit details
    Browse the repository at this point in the history
  10. Add global usings for workers

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    7158dce View commit details
    Browse the repository at this point in the history
  11. Remove preview condition and remove M.A.Mvc

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    3fe53fe View commit details
    Browse the repository at this point in the history
  12. Renames based on recommendations

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    b906bbc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    924611a View commit details
    Browse the repository at this point in the history
  14. Update namespaces added by .NET SDK

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    705bc3e View commit details
    Browse the repository at this point in the history
  15. Renames to align with VB

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    dd5b588 View commit details
    Browse the repository at this point in the history
  16. More renaming for consistency

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    1cae46f View commit details
    Browse the repository at this point in the history
  17. Unblock test writing

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0669c8e View commit details
    Browse the repository at this point in the history
  18. Try rebasing

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9efe496 View commit details
    Browse the repository at this point in the history
  19. Update conditions

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    1bf8274 View commit details
    Browse the repository at this point in the history
  20. Add unit tests

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0785147 View commit details
    Browse the repository at this point in the history
  21. Add license headers

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    274b8ab View commit details
    Browse the repository at this point in the history
  22. Add test for duplicated namespaces

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2ad8321 View commit details
    Browse the repository at this point in the history
  23. Move imports to props

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    eb47f12 View commit details
    Browse the repository at this point in the history
  24. Update list of usings

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    26aad08 View commit details
    Browse the repository at this point in the history
  25. Remove preview requirements

    This works locally, debugging CI
    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    466b134 View commit details
    Browse the repository at this point in the history
  26. Update conditions

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c1330c5 View commit details
    Browse the repository at this point in the history
  27. Refactor tests and fix blazor wasm

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0c015bb View commit details
    Browse the repository at this point in the history
  28. Fix build tests

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    b1bcd7a View commit details
    Browse the repository at this point in the history
  29. Restrict LangVersion

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    10b123a View commit details
    Browse the repository at this point in the history
  30. Update

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0373165 View commit details
    Browse the repository at this point in the history
  31. Fix type conflict

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4cb205d View commit details
    Browse the repository at this point in the history
  32. Explicitly set LangVersion in tests

    Need to verify who usually sets this
    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    01b1571 View commit details
    Browse the repository at this point in the history
  33. Limit subset of tests to core msbuild only

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2ecfe2b View commit details
    Browse the repository at this point in the history
  34. Test changes

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    fa0418e View commit details
    Browse the repository at this point in the history
  35. Remove LangVersion checks

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c8880ad View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e14b34f View commit details
    Browse the repository at this point in the history
  37. Fix build

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    302f5f5 View commit details
    Browse the repository at this point in the history
  38. More full framework MSBuild version requirements

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    34e37e1 View commit details
    Browse the repository at this point in the history
  39. Last batch of MSBuild version requirements

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ebd9260 View commit details
    Browse the repository at this point in the history
  40. Fix typo in attribute

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c35715c View commit details
    Browse the repository at this point in the history
  41. Skip wpf template test

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    3d94c7d View commit details
    Browse the repository at this point in the history
  42. Fix merge conflict with main

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    de65e92 View commit details
    Browse the repository at this point in the history
  43. Rebase fixes

    John Luo committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    f7940de View commit details
    Browse the repository at this point in the history
  44. Merge branch 'main' into johluo/global-usings

    John Luo authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a6b38f0 View commit details
    Browse the repository at this point in the history