Farhad Alizada

Results 14 comments of Farhad Alizada

@kasperk81 it is used here: https://github.com/dotnet/install-scripts/blob/33673aca5c9c1c31d408c630f52e3886b2121c05/src/dotnet-install.sh#L964

@baronfel thank you for the Feature Request, May I clarify the priority of the item?

As @rainersigwald mentioned the problem in different approaches to converting string -> int and int -> string The code to reproduce the issue: ``` public static void CheckConvertToString() { Thread.CurrentThread.CurrentCulture...

Update to the previous comment: In case there Thread.CurrentThread.CurrentCulture = new CultureInfo("fi_FI"); is not set and the CultureInfo is set from the Windows settings there is no errors.

Hello @next-mad-hatter, thank you for raising the issue! Initial look at the repro logs: The file lib.csproj.FileListAbsolute.txt does not contain the ref/lib.dll line when invoked with `pwd` (even if it...

` ` In case the FileWrites list contains the item with absolute path which has symblink it is not being considered under IntermediateOutputPath. however both of paths logically correct and...

In summary: - TargetRefPath is generated and contains the link with symlink in it - One of the steps of IncrementalClean is to remove the not needed files from previous...

Took a second look at the problem. The Solution provided in previous investigation will result performance issues in future (thank you @rainersigwald ), So capturing the path where the flow...

Did some research on possible solutions. 1 - Common fix: We can change the way how do we determine the TargetRefPath -> which may result changes into the flow of...

Update based on the discussion and investigations: Currently the issue's priority is low since there is a workaround for the particular problem (for example rerun the build, or calling msbuild...