File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments