Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@filipw filipw released this 15 Nov 06:18
· 7 commits to master since this release
144ee86

Change Log

1.5.0 (11/15/2023)

Full Changelog

Merged Pull Requests

  • fixed deprecated syntax (1/31/2023) #698 (filipw)
  • allow DOTNET_SCRIPT_CACHE_LOCATION to be relative (1/31/2023) #699 (filipw)
  • respect Environment.ExitCode when running the script (4/3/2023) #712 (filipw)
  • Fix greedy parsing of load directive part (5/27/2023) #724 (atifaziz)
  • Remove hardwired return type in ExecuteScriptCommand (6/5/2023) #725 (isaacvale)
  • added a note about default namespaces (6/6/2023) #730 (filipw)
  • Update prerestore.Dockerfile to dotnet 7 (6/20/2023) #731 (andmos)
  • Support .NET 8.0 (11/9/2023) #740 (filipw)
  • conditionally reference appropriate version of Microsoft.Extensions.Logging.Console (11/13/2023) #742 (filipw)
  • Updated to Roslyn 4.8.0-3.final and .NET 8 stable packages/SDK (11/15/2023) #744 (filipw)

Closed Issues

  • Dependency Injection? (6/6/2023) #493 (jamie-tillman)
  • How to use dotnet script within Visual Studio/Rider? (10/3/2023) #562 (EmilyGraceSeville7cf)
  • Memory leak when executing scripts in a loop dynamically in process (6/7/2023) #598 (gimatech)
  • does “dotnet script” (csx) support ASP.NET Core app development? (6/6/2023) #602 (jagchat)
  • Which namespaces are implictly used? (6/6/2023) #647 (maptz)
  • Omnisharp issues with generated project (2/1/2023) #651 (dewinterjack)
  • Bug - DOTNET_SCRIPT_CACHE_LOCATION doesn't work with relative path (1/31/2023) #658 (mcintyre321)
  • dotnet tool install fails without explanation on dotnet 6 (2/1/2023) #679 (carlin-q-scott)
  • (Feature proposal) Ability to specify SDK (11/27/2022) #689 (seesharper)
  • dotnet 7 support? (11/27/2022) #692 (brad-jones)
  • vscode launch file absolute path workaround? (2/8/2023) #697 (adamfk)
  • Setting Environment.ExitCode = 1; doesn't work (4/3/2023) #700 (adamfk)
  • CS0433 erorr (3/31/2023) #702 (nczsl)
  • dotnet-script fails with StateSmith because it uses Microsoft.CodeAnalysis.CSharp 4.5.0.0 or higher (3/9/2023) #703 (adamfk)
  • CS1503 (10/28/2023) #705 (nczsl)
  • CS1624 (10/28/2023) #706 (nczsl)
  • CS0433 (4/4/2023) #708 (nczsl)
  • CS1660 (10/28/2023) #710 (nczsl)
  • dotnet -h doesn't show script command (4/9/2023) #714 (tombohub)
  • Reference to Microsoft.NET.Sdk.Web not work (5/10/2023) #716 (i-mark)
  • Not getting environment from DOTNET_ENVIRONMENT variable (5/10/2023) #718 (charring)
  • csx parsing problems (5/22/2023) #720 (i-mark)
  • Change target framework from net7.0 to net472 (6/5/2023) #729 (amine-aboufirass)
  • System.IO.FileLoadException: Could not load file or assembly (8/16/2023) #736 (m4ss1m0g)
  • syntax highlighting + intellisense not working for project created using dotnet script init (11/6/2023) #737 (amine-aboufirass)
  • dotnet script Could not execute because the specified command or file was not found (10/3/2023) #738 (stealthAngel)