-
-
Notifications
You must be signed in to change notification settings - Fork 7
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/nugetizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5e85677
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: devlooped/nugetizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15006a6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 11 files changed
- 1 contributor
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9ae354d - Browse repository at this point
Copy the full SHA 9ae354dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 831873f - Browse repository at this point
Copy the full SHA 831873fView commit details -
Add support for building inline project content
This might make it easier for simple project scenarios, also making it easier to understand what files are used in which tests. Currently, this is a bit indirect via the test class name and the corresponding folder under Scenarios.
Configuration menu - View commit details
-
Copy full SHA for 1cb6363 - Browse repository at this point
Copy the full SHA 1cb6363View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9eafc0 - Browse repository at this point
Copy the full SHA f9eafc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56de45e - Browse repository at this point
Copy the full SHA 56de45eView commit details -
Sort root items in package first
This is easier to visualize than the current ordering where they end up last.
Configuration menu - View commit details
-
Copy full SHA for c3551f8 - Browse repository at this point
Copy the full SHA c3551f8View commit details -
Default build package types to not include MSBuild deps
Since the PrivateAssets attribute is not a good fit in this scenario (see NuGet/Home#6041), use the common Pack metadata attribute and default it to false for MSBuild dependencies by default for build package kind. Fixes NuGet/Home#6041
Configuration menu - View commit details
-
Copy full SHA for 437392f - Browse repository at this point
Copy the full SHA 437392fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f32b8 - Browse repository at this point
Copy the full SHA d9f32b8View commit details
Commits on Sep 30, 2020
-
Automatically pack transitive assets when PrivateAssets=all
When using `<PackageReference PrivateAssets=all `, transitive dependencies were not being brough in. This required package authors to reference explicitly each and every package they wanted packaged as private assets. This was particularly annoying for build and analyzer packages, which need to package all their dependencies privately. This commit leverages the SDK-provided `RunResolvePackageDependencies` which returns the transitive closure of all referenced packages as a list of package>parent list. We use that to add the concept of "implicit package references" that basically share the PrivateAssets=all that brought them in. The inference target then just considers both `@(PackageReference)` as well as `@(ImplicitPackageReference)` to determine the primary output dependencies to pack, but otherwise the existing logic remains unchanged. This behavior still honors the `Pack=false` on the PackageReference, but also skips the implificly defined packages like NETStandard.Library and Microsoft.NETCore. Fixes NuGet/Home#5103.
Configuration menu - View commit details
-
Copy full SHA for 12b3cd7 - Browse repository at this point
Copy the full SHA 12b3cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15006a6 - Browse repository at this point
Copy the full SHA 15006a6View commit details
Loading
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 5e85677...15006a6