Code Monkey home page Code Monkey logo

vs4mac-labs's Introduction

Visual Studio for Mac hands-on labs

This repository contains hands-on labs to familiarize yourself and adopt Visual Studio for Mac workloads and features. The repository is divided in the following sections:

Resources

Feedback and contributions

To provide feedback or contribute, please use GitHub issues.

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

vs4mac-labs's People

Contributors

conceptdev avatar james-alt avatar microsoft-github-policy-service[bot] avatar microsoftopensource avatar msftgits avatar toshi0607 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vs4mac-labs's Issues

C++

how can I write C++in visual studio for macOS

Visual Studio for Mac loses focus on application switch

I'm not sure if this is the right place for this but here we go:

Version Information

OS: macOS 10.13.1
VS: Visual Studio for Mac, Community Edition, 7.3 (build 799)

Expected Results

When the user switches to another application using Cmd + Tab, and then re-switches back to VS using Cmd + Tab, the focus should be on the editor and the user should be able to keep on editing without manually bringing the focus to the editor.

Actual Results

When the user switches to another application using Cmd + Tab, and then re-switches back to VS using Cmd + Tab, the focus is lost from the editor. User is not able to keep on editing without manually bringing the focus to the editor.

Workaround

After switching back to Visual Studio, press Shift + Tab 2 times.

docker volumes

is it normal to have to add /usr/local/share/dotnet/sdk to my docker shares for a docker-compose file like so?

image

version: '3.6'

services:
  webapi-core:
    links:
      - postgres
      - redis
    environment:
      - ASPNETCORE_URLS=http://+:1337
      - ASPNETCORE_ENVIRONMENT=Development
    ports:
      - "1337:1337"
  postgres:
    environment:
      - POSTGRES_DB=webapi
      - POSTGRES_USER=postgres
    volumes:
      - pgdata:/var/lib/postgresql/data
    ports:
      - "5432:5432"

volumes:
  pgdata:
    external: true

After adding docker support docker-compose is not set as the startup project like in documentation

I also had to add in the docker compose.dcproj as an existing project as it wasn't add in on it's own.

I'm on vs4mac 7.5.3 and I'm wondering if this behavior is normal as of some update since the documentation was written or something else?

Update:
Okay so I've created a new project and was able to get the docker-compose project added in and set as the default automatically like in the documentation. I think the problem may have come from my other original solution that I'm having trouble having had been started first as an empty solution that I added in projects to...

Cant run the getting started example for IoT

When trying to run the example I'm getting the following error from VS for MAC:

System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.

I followed the whole guide but I do not know if something is missing? Any packages required to be installed on raspbian?

View white space

This functionality was is really great, where is it in Visual Studio for mac ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.