Evgeniy Stepanov

Results 4 comments of Evgeniy Stepanov

I can not reproduce it also. It fails on our CI/CD server like once per week or once per 200-300 builds. The solution - 300 class library projects with single...

Now we observe the same exception, but from `build`: ``` Microsoft.Build.Framework.InternalErrorException: MSB0001: Internal MSBuild Error: Targets cannot be reset once set. at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(String message, Exception innerException, Object[] args) at Microsoft.Build.BackEnd.BuildRequestConfiguration.set_ProjectTargets(HashSet`1...

I use msbuild from this SDK: `dotnet-sdk-8.0.300-linux-x64-04722663`, we don't call locator and assume MSBuild knows about it's own SDK

We have many similar reports in Rider: ``` at [email protected]/java.nio.file.Files.newInputStream(Files.java:160) at com.intellij.openapi.vfs.impl.local.LocalFileSystemBase.getInputStream(LocalFileSystemBase.java:444) at com.intellij.openapi.fileTypes.impl.FileTypeDetectionService.readFirstBytesFromFile(FileTypeDetectionService.java:619) at com.intellij.openapi.fileTypes.impl.FileTypeDetectionService.getFirstBytes(FileTypeDetectionService.java:638) at com.intellij.openapi.fileTypes.impl.FileTypeDetectionService.getOrDetectFromContent(FileTypeDetectionService.java:204) at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.internalContinueToDetectFileTypeByFile(FileTypeManagerImpl.java:830) at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.getFileTypeByFile(FileTypeManagerImpl.java:816) at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.getFileTypeByFile(FileTypeManagerImpl.java:732) at com.intellij.openapi.vfs.VirtualFile.getFileType(VirtualFile.java:356) at com.intellij.openapi.vfs.newvfs.impl.VirtualFileSystemEntry.getFileType(VirtualFileSystemEntry.java:637) at mobi.hsz.idea.gitignore.IgnoreManager$bulkFileListener$1.handleEvent$lambda$1(IgnoreManager.kt:105)...