You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
* fix resource name (dotnet#4151)
otherwise instead of expected `FSStrings.resources` will use `FSharp.Compiler.Service.netstandard.FSStrings.resources`
* Use ConcurrentDictionary in ImportMap (dotnet#4148)
* Fix IndexOutOfRangeException in check for providing completion (dotnet#4138)
* Fix IndexOutOfRange in check for providing completion:
* Add test
* Remove repeating arguments processing in IncrementalBuilder creation (dotnet#4124)
* Report builder creation warnings according to compiler args (dotnet#4125)
* Filter incremental builder creation errors according to compiler args
* Fix CompilationErrorLogger ignores WarsAsError options
* Add test for WarnAsError
* Cleanup
* Add more tests; cover WarnAsError-, no warnings at all
* Refactor tests
* Add test
0 commit comments