10BC0 Comparing 0.29.0...0.29.1 · belav/csharpier · GitHub
[go: up one dir, main page]

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: belav/csharpier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.29.0
Choose a base ref
...
head repository: belav/csharpier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.29.1
Choose a head ref
  • 10 commits
  • 110 files changed
  • 2 contributors

Commits on Aug 17, 2024

  1. fix typo

    belav committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0abbc1d View commit details
    Browse the repository at this point in the history
  2. Format with 29 (#1322)

    belav authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6cb3821 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Modify VSCode extension to use dotnet tool list + only warn to instal… (

    #1323)
    
    This modifies the VSCode extension in the following ways
    - Instead of looking for dotnet-tools.json files in the current
    directory and parent directories the extension runs `dotnet tool list`
    and parses the outpud looking for the csharpier version.
    - Instead of running `dotnet csharpier --version` to look for the global
    version it repeats the above step with `dotnet tool list -g`
    - The "You need to install csharpier" window was popping up every time
    you opened a file if it couldn't find an install. The other extensions
    were limited to showing the warning a single time. VSCode now only shows
    it a single time.
    - Files under `/DecompilationMetadataAsSourceFileProvider/` will never
    have the warning show. This is where the c# dev kit decompiles code.
    
    #1267
    belav authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2456512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88383e7 View commit details
    Browse the repository at this point in the history
  3. prettier all the java

    belav committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c529570 View commit details
    Browse the repository at this point in the history
  4. fix width

    belav committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1cdcf0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    688aeb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    2ed8622 View commit details
    Browse the repository at this point in the history
  2. Support for multiple csharpier servers running at the same time, have…

    … them write to a file based on the port. (#1329)
    
    closes #1324
    
    I wish I remembered what led me to this nreco package. Maybe because
    serilog seemed overboard and I wanted something super lightweight.
    belav authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    10e0780 View commit details
    Browse the repository at this point in the history
  3. Releasing 0.29.1 (#1331)

    belav authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b87b4df View commit details
    Browse the repository at this point in the history
Loading
0