-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedold-area-web-frameworks-do-not-use*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labelsquestion
Description
This is the code options.SwaggerEndpoint("/swagger/v1/swagger.json", typeof(Program).Assembly.GetName().Name);
When I try to run on Visual Studio. It works fine. But when I try to run on Visual Code on Mac.
/Users/chhinsras/Desktop/Coding.nosync/SchoolManager/Server/Core/Extensions/ApplicationBuilderExtensions.cs(31,76): error CS0246: The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?) [/Users/chhinsras/Desktop/Coding.nosync/SchoolManager/Server/Server.csproj]
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedold-area-web-frameworks-do-not-use*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labelsquestion