Skip to main content
net

net Blogs & Tutorials

Step-by-step guides, source code examples and in-depth articles

8
Articles
1,914,979
Total Views
1,864,180
Top Article Views

Showing 8 of 8 articles

03
Mar
2021
ConfigurationBuilder does not contain a definition for SetBasePath
19,569 views

In this article we will see how to solve issue 'ConfigurationBuilder' does not contain a definition for 'SetBasePath' and no extension method 'SetBasePath' accepting a first argument of type 'ConfigurationBuilder' could be found (are you missing a using directive or an assembly reference? in .Net Core 3. We will see how to ready json files in .Net core 3.

Translate Page