Aspose word not works in net core app (20.2)

I try run simple code, but its raise error

    Document doc = new Document();
    DocumentBuilder builder = new DocumentBuilder(doc);

Изначально это исключение было создано в этом стеке вызовов:

	  .  (System.IO.Stream, System.Text.Encoding)
	   .(System.IO.Stream, System.Text.Encoding)
	Aspose.Words.Document.(System.IO.Stream, Aspose.Words.LoadOptions)

@mesteruh

There is no issue with code snippet. Please install Aspose.Words for .NET through NuGet, clean and build your application to resolve this issue.