-
Notifications
You must be signed in to change notification settings - Fork 13
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
[WIP] dotnet-cli build system #63
base: develop
Are you sure you want to change the base?
Conversation
Change AsyncSocket to silently drop disposed connections.
Exception is VB.NET project.
</Reference> | ||
<Reference Include="JabberNet.Muzzle"> | ||
<HintPath>..\..\src\JabberNet.Muzzle\bin\Debug\net40\JabberNet.Muzzle.dll</HintPath> | ||
</Reference> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not very good. Need to find a way to build VB.NET project with dotnet
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There're no such way. VB.NET is still unsupported by .NET Core infrastructure.
# Conflicts: # JabberNet.sln # src/JabberNet.Muzzle/JabberNet.Muzzle.csproj
|
So it won't use Windows console subsystem.
It helps to debug in Visual Studio.
Fix #61.