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.0.6
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.0.7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 9, 2021

  1. 🖉 Update changelog with v1.0.6

    github-actions committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1a40e95 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Make the C# language check a warning instead of an error

    Instead of reporting an error (both on BeforeCompile and CoreCompile) when we detect the project language isn't C# 9.0+, which breaks design-time builds (in addition to full builds) and causes bad IDE experience right-after install, make it a warning instead.
    
    This gives the user the chance to build, perhaps attempt to type ThisAssembly and see that nothing happens, note the warning, and then cleanly uninstall the package.
    
    Fixes #51
    kzu committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a2ad738 View commit details
    Browse the repository at this point in the history
Loading