Tudo bem, Daniel!
Como estava executando sem iniciar a depuração não apresentava o erro.
Bem executado com a depuração que apresentou o erro.
Exceção sem tratamento do usuário
System.IO.DirectoryNotFoundException: 'Could not find a part of the path 'C:\Users\Anael\Dropbox\Alura\Dot.NET\Desenvolvedor .NET\Asp.NET Core Uma webapp usando o padrão MVC\Alura.ListaLeitura\Alura.ListaLeitura.App\bin\Debug\netcoreapp2.1\HTML\formulario.html'.'
Mais detalhes da exceção
System.IO.DirectoryNotFoundException
HResult=0x80070003
Message=Could not find a part of the path 'C:\Users\Anael\Dropbox\Alura\Dot.NET\Desenvolvedor .NET\Asp.NET Core Uma webapp usando o padrão MVC\Alura.ListaLeitura\Alura.ListaLeitura.App\bin\Debug\netcoreapp2.1\HTML\formulario.html'.
Source=System.Private.CoreLib
StackTrace:
at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle)
at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path)
at System.IO.File.OpenText(String path)
at Alura.ListaLeitura.App.Startup.CarregaArquivoHTML(String nomeArquivo) in C:\Users\Anael\Dropbox\Alura\Dot.NET\Desenvolvedor .NET\Asp.NET Core Uma webapp usando o padrão MVC\Alura.ListaLeitura\Alura.ListaLeitura.App\Startup.cs:line 62
at Alura.ListaLeitura.App.Startup.ExibeFormulario(HttpContext context) in C:\Users\Anael\Dropbox\Alura\Dot.NET\Desenvolvedor .NET\Asp.NET Core Uma webapp usando o padrão MVC\Alura.ListaLeitura\Alura.ListaLeitura.App\Startup.cs:line 55
at Microsoft.AspNetCore.Builder.RouterMiddleware.d__4.MoveNext()