Skip to content

Edit Unix-related code with Visual Studio on Windows #105550

Answered by huoyaoyuan
ezsilmar asked this question in Q&A
Discussion options

You must be logged in to vote

VS only shows: files under current directory, and files get included in current platform. It always loads the Windows platform only. Opening the csproj file, you can see conditions like Condition="'$(TargetPlatformIdentifier)' == 'windows'".

In some old VS versions, it can't show Windows code from Common either, because the target platform condition wasn't applied to shproj.

My blocker now is that Visual Studio doesn't show some of .Unix files

Why is it blocking you? It should be purely interop code.

Maybe you'd have an idea what I miss in the setup? Do you use some other workflow to develop unix-specific code at Microsoft?

The build configuration is very complex and very, very speci…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@huoyaoyuan
Comment options

@ezsilmar
Comment options

@huoyaoyuan
Comment options

Answer selected by ezsilmar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants