Skip to content

Commit 75249e5

Browse files
committed
add missing issue to change log
1 parent 384f7a1 commit 75249e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# 0.30.2
22
## What's Changed
3+
### CSharpier.MsBuild now uses DOTNET_HOST_PATH instead of just dotnet [#1380](https://github.com/belav/csharpier/pull/1387)
4+
Use current dotnet binary from DOTNET_HOST_PATH instead of just dotnet.
5+
- Global (in PATH) may not exist (when used Binaries, but not Installers).
6+
- Global can have different runtime version.
7+
- Consistent with outer tools (csc for example).
8+
https://github.com/dotnet/roslyn/blob/324fd25331c969cd742ba68eee09ffd4b6fd29e3/src/Compilers/Shared/RuntimeHostInfo.cs#L61-L64
9+
- It is documented to be used for that purpose.
10+
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-environment-variables#dotnet_host_path
11+
312
### Collection expression inside a dictionary adds unexpected new line [#1390](https://github.com/belav/csharpier/issues/1390)
413
```c#
514
// input & expected output

0 commit comments

Comments
 (0)