C# core 6 - startup.cs / builder license?

Wondering what the correct code is to instantiate the Aspose.Pdf.lic file is in the newest .net templates.

@MostHostLA

You can simply use the code snippet given in the below documentation section. However, please let us know in case you are facing any issues:

Is there an app Method or a builder service system to properly add this globally?

@MostHostLA

No such method or service is provided within the API to set the license. However, you can simply set the license at the start of the application e.g. in Main() method if its a console application and you would only need to initialize license once.