File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,9 @@ public static IWebHostBuilder UseSolutionRelativeContentRoot(
169169 /// <param name="applicationBasePath">The root of the app's directory.</param>
170170 /// <param name="solutionNames">The names of the solution files to make the content root relative to. If empty, defaults to *.sln and *.slnx.</param>
171171 /// <returns>The <see cref="IWebHostBuilder"/>.</returns>
172+ #pragma warning disable RS0027 // Public API with optional parameter(s) should have the most parameters amongst its public overloads
172173 public static IWebHostBuilder UseSolutionRelativeContentRoot (
174+ #pragma warning restore RS0027 // Public API with optional parameter(s) should have the most parameters amongst its public overloads
173175 this IWebHostBuilder builder ,
174176 string solutionRelativePath ,
175177 string applicationBasePath ,
You can’t perform that action at this time.
0 commit comments