Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/hotreload-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bc294b0
Choose a base ref
...
head repository: dotnet/hotreload-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e29d51d
Choose a head ref
  • 7 commits
  • 25 files changed
  • 3 contributors

Commits on Jan 9, 2023

  1. [main] Update dependencies from dotnet/arcade (#229)

    [main] Update dependencies from dotnet/arcade
    
    
     - Bump TargetFramework to net8.0
    dotnet-maestro[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7f081df View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Clean-up hotreloads repo and define TFM centrally

    - Define TFM centrally for all projects and update docs
    - Remove IsPackable=false which is the default Arcade setting
    - Define Nullable=enable centrally for non test projects
    - Remove not needed msbuild xml syntax and clean-up project files
    - Style nits
    ViktorHofer committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    52d84f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85abb4d View commit details
    Browse the repository at this point in the history
  3. Update src/Microsoft.DotNet.HotReload.Utils.Generator.BuildTool/Micro…

    …soft.DotNet.HotReload.Utils.Generator.BuildTool.csproj
    
    Co-authored-by: Alexander Köplinger <[email protected]>
    ViktorHofer and akoeplinger authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c94115f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #230 from dotnet/CleanuphotreloadsrepoAndFixTFM

    "Clean-up hotreloads repo and define TFM centrally" & "Fix wrong TFM in shipping targets file"
    ViktorHofer authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6592597 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    ViktorHofer authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f35f33a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #231 from dotnet/ViktorHofer-patch-1

    Update README.md
    ViktorHofer authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e29d51d View commit details
    Browse the repository at this point in the history
Loading