Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : Add CodeSpaces support #892

Merged
merged 3 commits into from Dec 31, 2022
Merged

Conversation

ShreyasJejurkar
Copy link
Contributor

  1. Add devcontainer.json file for container configuration.
  2. Add post creation script to build all projects at startup automatically.
  3. Add common build tasks to tasks.json for faster operation.

Everything working great in codespaces including building projects via tasks, or running them manually in terminal via build scripts
Press CTRL + SHIFT + P, Select Run task and following tasks are available.
image

Selecting build entire repository kicks in build.sh to build the repo.
image

Intellisense and roslyn analyzers are working respecting .editorconfig at the repository level.
image

Intellisense example ->

image

Add devcontainer file
Add post creation script to build all projects
Add common tasks to tasks.json to faster execution
@tmat tmat merged commit 7747c71 into dotnet:main Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants