Base solution for your next web application
Open Closed

The asp.net core template test base need overrides on GetUrl #1472


User avatar
0
acrigney created

C:\Projects\Products\test\TrueAlliance.Products.Web.Tests\ProductsWebTestBase.cs(53,34): warning CS0114: 'ProductsWebTestBase.GetUrl<TController>(string)' hides inherited member 'AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. 6>C:\Projects\Products\test\TrueAlliance.Products.Web.Tests\ProductsWebTestBase.cs(58,34): warning CS0114: 'ProductsWebTestBase.GetUrl<TController>(string, object)' hides inherited member 'AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>(string, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. 6> Compilation succeeded.>C:\Projects\Products\test\TrueAlliance.Products.Web.Tests\ProductsWebTestBase.cs(53,34): warning CS0114: 'ProductsWebTestBase.GetUrl<TController>(string)' hides inherited member 'AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. 6>C:\Projects\Products\test\TrueAlliance.Products.Web.Tests\ProductsWebTestBase.cs(58,34): warning CS0114: 'ProductsWebTestBase.GetUrl<TController>(string, object)' hides inherited member 'AbpAspNetCoreIntegratedTestBase<Startup>.GetUrl<TController>(string, object)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. 6> Compilation succeeded.


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Thank you for informing us. We removed them: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnet-core-template/commit/090a25134a0594f83486d08240c4e447764e11c6">https://github.com/aspnetboilerplate/as ... 47764e11c6</a>