-
Notifications
You must be signed in to change notification settings - Fork 12
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
Remote Debug fails for projects that multi target several frameworks (Error NETSDK1129) #36
Comments
any update? When I try to debug the extension from source code I only get a ghosted VS2019 window and VS is not responding |
ok, on a second VM debugging works and I can see in PublishProjectAsync the --framework option is not set. So I added a property Framework to |
ok, I fixed it in my local copy. I need to use IActiveDebugFrameworkServices to get information about debugging info (configuration, platform and targetframework). And when I pass this retrieved targetframework to dotnet publish command in DebugHelper, the publish and debug works. But there is an issue. The stable nuget package Microsoft.VisualStudio.ProjectSystem.Managed 2.0.6142705 on nuget.org misses the required Interface Now there is the question what to do? Is it ok to use a lot of pre-release packages? |
any update @jefflill ? Should I create a PR by using a lot of pre-Release nugets from Azure feed? I added a nuget.config wit the feed so build will work. |
@jefflill are you working again on the extension? |
Yeah, I’ve been thinking about releasing the VS 2022 support pull request,
but I’ve been busy with another project.
Want to help?
—Jeff
…On Mon, Dec 18, 2023 at 11:56 PM MagicAndre1981 ***@***.***> wrote:
@jefflill <https://github.com/jefflill> are you working again on the
extension?
—
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFOLD37JENTJELNFOZC5HLYKFCBPAVCNFSM46Y3ISVKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBWGIZDQMBWGA2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
where you able to get the 2022 versions of my added libs? The user who forked it and added VS2022 support reverted my PR because we was not able to get the prerelease libs from private nuget feeds. I haven't checked if those feeds are still valid. |
The remote debug fails for projects that multi target several frameworks added in the csproj:
Trying to debug generates an error message
when I only use 1 targetframework, debug works
The text was updated successfully, but these errors were encountered: