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: 012f87b
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4834a64
Choose a head ref
  • 4 commits
  • 20 files changed
  • 1 contributor

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    8f5f988 View commit details
    Browse the repository at this point in the history
  2. Push dev packages to sleet

    kzu committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    9b66d7b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Switch to NuGetizer, target C# only

    No need to "support" languages that don't support source generators in
    the first place, for now. This also avoid some dotnet build issues
    caused by the missing VB code analysis assemblies there.
    kzu committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    d7566fe View commit details
    Browse the repository at this point in the history
  2. Add prerequisite checks to avoid confusing users

    Explicit build targets now check for the two requirements for
    ThisAssembly: MSBuild 16.8+ or .NET SDK 5.0+ and C#.
    kzu committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    4834a64 View commit details
    Browse the repository at this point in the history
Loading