fsharp
fsharp copied to clipboard
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
| Method | Mean | Error | StdDev | Gen0 | Gen1 | Gen2 | Allocated | |---------- |--------:|---------:|---------:|----------:|----------:|----------:|----------:| | ILReading - Old | 5.752 s | 0.0843 s |...
## Description This should eventually make the FSC and FSI start about 30% faster. The implementation is inspired by the runtime targets. Fixes #12636 Fixes #13328
As mentioned in #17292, it cannot get the type of an object expreesions, so the override completion feature cannot know which slots was implemented and should not suggest again. **Expected...
## Description - Support #16562 for C# style extension methods - When caret is after `=` or ``, show static field or property of the former expr type. These static...
### Discussed in https://github.com/dotnet/fsharp/discussions/17323 Originally posted by **@abklearnhere** June 18, 2024 F# using lazy keyword raises trimming warnings on publish. For example, ```fsharp let f23 () = let z =...
This is an automatically generated pull request from main into feature/nullness. Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯...
(Put this under https://github.com/dotnet/fsharp/labels/Contributor%20Pain, I guess.) When did the Windows desktop (.NET Framework) build+test runs start taking ~3× as long as the other build+test runs? Was this an expected outcome...
We have 3 different behaviors currently: X.skip throws `InvalidArgOutOfRange` when count > n X.take throws `InvalidOperation` when count > n X.sample throws `InvalidArg` when count > n We should unify...
### Discussed in https://github.com/dotnet/fsharp/discussions/17323 Originally posted by **@abklearnhere** June 18, 2024 I asked [this question](https://stackoverflow.com/questions/78623078/f-discriminated-unions-simple-use-raises-aot-and-trimming-warnings-on-publish) on StackOverflow and was suggested that it should be discussed on GitHub in relation to...
We have already a few dozens of compiler service tests marked as `FactForDesktop`. While skimming through them, I didn't find a good reason for that in most cases, they should...