FakeEntryPoint.cs 306 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Threading.Tasks;
  5. /// <summary>
  6. /// This is a class we use to reference this assembly statically from tests
  7. /// </summary>
  8. namespace SimpleWebSiteWithWebApplicationBuilderException
  9. {
  10. public class FakeStartup
  11. {
  12. }
  13. }