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: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0-beta
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0-rc
Choose a head ref
  • 9 commits
  • 27 files changed
  • 4 contributors

Commits on Jan 24, 2023

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

Commits on Jan 25, 2023

  1. Allow constants to request a root area different than Constants

    This opens up other scenarios for specific constants we don't want
    behind a Constants propery (i.e ThisAssembly.Git, see #69).
    
    A small refactoring of the targets with a new PrepareConstants
    will also make it easier for extenders to run before we do our
    conversion to AdditionalFiles, to keep the extended items clean
    even when they need to run before/after certain targets.
    kzu committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9589ddb View commit details
    Browse the repository at this point in the history
  2. Improve Path Sanitization (#161)

    * Move Path Sanitizer code to common .cs file
    
    * Update ThisAssembly.Resources to use common .cs file code
    
    * Test Sanitization Code
    
    * Fix more path name issues
    
    Closes #167
    
    * Handle rare corner case ("/0/0/abc.csv")
    viceroypenguin authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    92a5fdc View commit details
    Browse the repository at this point in the history
  3. Bump PolySharp from 1.8.3 to 1.12.1

    Bumps [PolySharp](https://github.com/Sergio0694/PolySharp) from 1.8.3 to 1.12.1.
    - [Release notes](https://github.com/Sergio0694/PolySharp/releases)
    - [Commits](Sergio0694/PolySharp@1.8.3...1.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: PolySharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and kzu committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a13226c View commit details
    Browse the repository at this point in the history
  4. ⬆️ Bump files with dotnet-file sync

    # devlooped/oss
    
    - Fix incremental build issue with package files and doc file devlooped/oss@96b6773
    devlooped-bot authored and kzu committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    68e531e View commit details
    Browse the repository at this point in the history
  5. Add ThisAssembly.Git, leveraging Microsoft.SourceLink and ThisAssembl…

    …y.Constants
    
    This new package is just targets that leverage git-based SourceLink
    packages (which must be installed separately since there is a variety)
    to populate source control information, turn it into constants that then
    the ThisAssembly.Constants package surfaces in a standard manner.
    
    We do not force run of source control queries in design-time builds,
    unless the user forces it. This keeps the performance characteristics
    of SourceLink, at the expense of a slightly confusing user experience
    where intellisense might show the properties as empty all the time
    while in fact it's just during design-time.
    
    Closes #69
    kzu committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f495697 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14a4300 View commit details
    Browse the repository at this point in the history
  7. +Mᐁ includes

    devlooped-bot authored and kzu committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    bbd993a View commit details
    Browse the repository at this point in the history
  8. Add ThisAssembly.Git screenshot

    No need to show values since at design-time, they will look empty anwyays.
    kzu committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    69565ba View commit details
    Browse the repository at this point in the history
Loading