Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Initial Project and Service added #388

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

aftabkajal
Copy link
Contributor

The initial project added for the Attendance service. @ratanparai Bhai bro, could you please update the docker file for this service?

@ratanparai
Copy link
Member

@aftabkajal: Can you please ensure that your PR build without docker?

You can run the following command to build the solution from the root directory of the repository -

dotnet build eSchool.sln  

Please let me know after you fix the build error. I will create the Dockerfile after that.

@aftabkajal
Copy link
Contributor Author

@aftabkajal: Can you please ensure that your PR build without docker?

You can run the following command to build the solution from the root directory of the repository -

dotnet build eSchool.sln  

Please let me know after you fix the build error. I will create the Dockerfile after that.

Hello @ratanparai bro. build issue resolved. could you please check now?

@ratanparai
Copy link
Member

@aftabkajal: The folder name is Attendance.API but the project name is Attending.API. Please use the same name for consistency.

@@ -27,19 +27,31 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStatus", "src\Web\WebSta
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{74511F4E-FF9D-42C4-9531-A75C61270B73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTelemetry", "src\Libraries\OpenTelemetry\OpenTelemetry.csproj", "{7B410F3B-36E0-4853-9B4E-41D0CC2865B5}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please skip adding your projects to the solution file? This way your project should not be visible in visual studio, but can be built from command line.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants