- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- /// <summary>
- /// This is a class we use to reference this assembly statically from tests
- /// </summary>
- namespace SimpleWebSiteWithWebApplicationBuilderException
- {
- public class FakeStartup
- {
- }
- }
|