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: v2.0.0-alpha
Choose a base ref
...
head repository: devlooped/ThisAssembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    beffec5 View commit details
    Browse the repository at this point in the history
  2. Remove doc on DateTime being invalid

    Since when using public visibility, it can be valid since they would be static readonly props with a lambda now.
    
    For example, the following now works just fine:
    
    ```xml
    <Constant Include="TypedTimeSpan" Value="TimeSpan.FromSeconds(5)" Type="TimeSpan" />
    ```
    
    And generates:
    
    ```csharp
    public static TimeSpan TypedTimeSpan => TimeSpan.FromSeconds(5);
    ```
    kzu committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6dcc834 View commit details
    Browse the repository at this point in the history
  3. +Mᐁ includes

    devlooped-bot authored and kzu committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c80eb69 View commit details
    Browse the repository at this point in the history
Loading