fsharp
fsharp copied to clipboard
The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
Branch [release/dev17.10](https://github.com/dotnet/fsharp/commits/release/dev17.10/) in `dotnet/fsharp` repo can't be mirrored from GitHub to Azure DevOps [release/dev17.10](https://dev.azure.com/dnceng/internal/_git/dotnet-fsharp?version=GBrelease%2Fdev17.10&_a=history) via fast forward. There was unexpected error during the mirroring process. unexpected http status code: 500...
Branch [release/dev17.13](https://github.com/dotnet/fsharp/commits/release/dev17.13/) in `dotnet/fsharp` repo can't be mirrored from GitHub to Azure DevOps [release/dev17.13](https://dev.azure.com/dnceng/internal/_git/dotnet-fsharp?version=GBrelease%2Fdev17.13&_a=history) via fast forward. There was unexpected error during the mirroring process. unexpected http status code: 500...
Branch [release/dev17.8](https://github.com/dotnet/fsharp/commits/release/dev17.8/) in `dotnet/fsharp` repo can't be mirrored from GitHub to Azure DevOps [release/dev17.8](https://dev.azure.com/dnceng/internal/_git/dotnet-fsharp?version=GBrelease%2Fdev17.8&_a=history) via fast forward. There was unexpected error during the mirroring process. unexpected http status code: 500...
Branch [release/dev16.11](https://github.com/dotnet/fsharp/commits/release/dev16.11/) in `dotnet/fsharp` repo can't be mirrored from GitHub to Azure DevOps [release/dev16.11](https://dev.azure.com/dnceng/internal/_git/dotnet-fsharp?version=GBrelease%2Fdev16.11&_a=history) via fast forward. There was unexpected error during the mirroring process. unexpected http status code: 503...
When the `when` in a type constraint is directly under the apostrophe of the generic type, it throws a compiler error. If the type constraint is one space to the...
Branch [release/dev17.14](https://github.com/dotnet/fsharp/commits/release/dev17.14/) in `dotnet/fsharp` repo can't be mirrored from GitHub to Azure DevOps [release/dev17.14](https://dev.azure.com/dnceng/internal/_git/dotnet-fsharp?version=GBrelease%2Fdev17.14&_a=history) via fast forward. There are unexpected commits in the target branch. The branch is configured to...
### Background F# assemblies contain embedded resources for signature and optimization data that can significantly increase assembly size. These resource **names** are templates that get combined with the actual assembly...
## Issue When implementing `INotifyPropertyChanged` interface using the standard F# pattern with `Event()`, a nullness warning is produced: ``` warning FS3261: Nullness warning: The types 'System.Delegate' and 'System.Delegate | null'...
This is a (for now) blank issue, with intent of assembling list of issues/enhancement requests around the F# parser. The idea is to have a hub to ease onboarding of...
When hovering a type, FCS tooltip shows its base types. However, the hierarchy may be quite big and it's also not easy to distinguish own implemented interfaces and types implemented...