-
-
Notifications
You must be signed in to change notification settings - Fork 23
Comparing changes
Open a pull request
base repository: devlooped/ThisAssembly
base: v1.2.0-beta
head repository: devlooped/ThisAssembly
compare: v1.2.0-rc
- 9 commits
- 27 files changed
- 4 contributors
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3633673 - Browse repository at this point
Copy the full SHA 3633673View commit details
Commits on Jan 25, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9589ddb - Browse repository at this point
Copy the full SHA 9589ddbView commit details -
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")
Configuration menu - View commit details
-
Copy full SHA for 92a5fdc - Browse repository at this point
Copy the full SHA 92a5fdcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a13226c - Browse repository at this point
Copy the full SHA a13226cView commit details -
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Fix incremental build issue with package files and doc file devlooped/oss@96b6773
Configuration menu - View commit details
-
Copy full SHA for 68e531e - Browse repository at this point
Copy the full SHA 68e531eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f495697 - Browse repository at this point
Copy the full SHA f495697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a4300 - Browse repository at this point
Copy the full SHA 14a4300View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd993a - Browse repository at this point
Copy the full SHA bbd993aView commit details -
Add ThisAssembly.Git screenshot
No need to show values since at design-time, they will look empty anwyays.
Configuration menu - View commit details
-
Copy full SHA for 69565ba - Browse repository at this point
Copy the full SHA 69565baView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.0-beta...v1.2.0-rc