dotnet / dotnet/fsharp

No member completion in particular place in core MVC template

Open
#4,104 5 comments 0 reactions 0 assignees View on GitHub
AI-thinks-windows-only Area-LangService-AutoComplete Bug Impact-Low
Dominant language
F#
Stars
4.3k
Forks
876
Avg merge
4d 11h
Merged PRs (30d)
131

Description

```fsharp
namespace WebApplication1

open System
open System.Collections.Generic
open System.IO
open System.Linq
open System.Threading.Tasks
open Microsoft.AspNetCore
open Microsoft.AspNetCore.Hosting
open Microsoft.Extensions.Configuration
open Microsoft.Extensions.Logging

module Program =
let exitCode = 0

let BuildWebHost args =
WebHost
.CreateDefaultBuilder(args)
.UseStartup()
.Build()

[]
let main args =
BuildWebHost(args).Run()

exitCode
```
Repro solution from template: [WebApplication1.zip](https://github.com/Microsoft/visualfsharp/files/1545698/WebApplication1.zip)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.