Compiler warning: This type is obsolete and will be removed in a future version.
huanlin opened this issue · 1 comments
huanlin commented
There are compiler warnings in FlubuCore.WebApi that we might need to do something with it.
For example:
Warning CS0618 'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.' FlubuCore.WebApi (netcoreapp3.1)
It seems not a high priority issue.