-
-
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.9
head repository: devlooped/ThisAssembly
compare: v1.2.10
- 13 commits
- 27 files changed
- 3 contributors
Commits on Feb 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bba6979 - Browse repository at this point
Copy the full SHA bba6979View commit details
Commits on Feb 27, 2023
-
Remove unused DebugThisAssembly properties
These are no longer used since we use the built-in support for debugging roslyn components.
Configuration menu - View commit details
-
Copy full SHA for 88803b7 - Browse repository at this point
Copy the full SHA 88803b7View commit details -
Make props/targets visible in the solution
Since PackageFile is now hidden from solution by default by nugetizer.
Configuration menu - View commit details
-
Copy full SHA for 755c11d - Browse repository at this point
Copy the full SHA 755c11dView commit details
Commits on Mar 1, 2023
-
Bump Scriban from 5.6.0 to 5.7.0
Bumps [Scriban](https://github.com/scriban/scriban) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/scriban/scriban/releases) - [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md) - [Commits](scriban/scriban@5.6.0...5.7.0) --- updated-dependencies: - dependency-name: Scriban 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 3d9e712 - Browse repository at this point
Copy the full SHA 3d9e712View commit details -
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Allow extending build with local-only files devlooped/oss@6ae80a1 - Use a better CI version number devlooped/oss@1ec6385 - Don't run analyzers/codefixers in format devlooped/oss@543f7da - Only override VersionPrefix if it has no value devlooped/oss@28a27ba
Configuration menu - View commit details
-
Copy full SHA for c62fc38 - Browse repository at this point
Copy the full SHA c62fc38View commit details -
Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk 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 660d10a - Browse repository at this point
Copy the full SHA 660d10aView commit details -
Bump Devlooped.SponsorLink from 0.9.6 to 0.9.9
Bumps [Devlooped.SponsorLink](https://github.com/devlooped/SponsorLink) from 0.9.6 to 0.9.9. - [Release notes](https://github.com/devlooped/SponsorLink/releases) - [Changelog](https://github.com/devlooped/SponsorLink/blob/main/releases.md) - [Commits](https://github.com/devlooped/SponsorLink/commits) --- updated-dependencies: - dependency-name: Devlooped.SponsorLink dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd55e9b - Browse repository at this point
Copy the full SHA bd55e9bView commit details -
Bump NuGetizer from 0.9.2 to 0.9.5
Bumps [NuGetizer](https://github.com/devlooped/nugetizer) from 0.9.2 to 0.9.5. - [Release notes](https://github.com/devlooped/nugetizer/releases) - [Changelog](https://github.com/devlooped/nugetizer/blob/main/changelog.md) - [Commits](devlooped/nugetizer@v0.9.2...v0.9.5) --- updated-dependencies: - dependency-name: NuGetizer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4a20cc - Browse repository at this point
Copy the full SHA f4a20ccView commit details -
Remove old format local-only targets
These can now be kept local by using a .props.user/.targets.user
Configuration menu - View commit details
-
Copy full SHA for 9ccb3e3 - Browse repository at this point
Copy the full SHA 9ccb3e3View commit details -
Fix build issue when string resource has newlines
The value when no Comment is provided in teh resource file is used to make up the code comment for the generated property. This breaks if the value has newlines in it. A workaround is for users to provide a shorter description in the resx, but we now also sanitize the value by replacing newlines with a whitespace.
Configuration menu - View commit details
-
Copy full SHA for 561c16e - Browse repository at this point
Copy the full SHA 561c16eView commit details
Commits on Mar 10, 2023
-
ThisAssembly should not propagate transitively by default
Since we typically generate code that's intended for consumption within the project itself, we shouldn't cause other projects referencing the consuming project to also get ThisAssembly stuff. Fixes #210
Configuration menu - View commit details
-
Copy full SHA for 936e3c8 - Browse repository at this point
Copy the full SHA 936e3c8View commit details
Commits on Mar 17, 2023
-
This includes single checks per IDE session and improved telemetry
Configuration menu - View commit details
-
Copy full SHA for 1529e19 - Browse repository at this point
Copy the full SHA 1529e19View commit details
Commits on Mar 20, 2023
-
Bump to latest SponsorLink and ensure private assets always
Since analyzers are transitive by default (unless PrivateAssets=all in the PackageReference), we could have been inadvertently generating ThisAssembly classes via project-to-project (P2P) references and causing potential type name conflicts (if InternalsVisibleTo is also in use). This can happen if you add a package reference manually and forget to set PrivateAssets=all. But ThisAssembly is *always* intended to be private assets. After some testing, it turns out that even if we set the PrivateAssets=all via targets provided by the package itself, we can prevent this abnormal (but perhaps easy to encounter?) situation from happening at all. This is particularly necessary with the introduction of the SponsorLink checks, since those are analyzers too, and require compiler-visible properties to be surfaced. By forcing PrivateAssets, we make sure SponsorLink analyzer never runs on P2P projects and only on the directly referencing one.
Configuration menu - View commit details
-
Copy full SHA for d139b44 - Browse repository at this point
Copy the full SHA d139b44View 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.9...v1.2.10