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

Publish Single File Causes App Crash When Pinging Machine #10

Open
nkasco opened this issue Mar 11, 2022 · 0 comments
Open

Publish Single File Causes App Crash When Pinging Machine #10

nkasco opened this issue Mar 11, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@nkasco
Copy link
Owner

nkasco commented Mar 11, 2022

Machine ping functionality causes an unexpected app crash when published as a single file.

As of right now, publishing without the single file option prevents the crash:

<Project>
  <PropertyGroup>
    <PublishProtocol>FileSystem</PublishProtocol>
    <Platform>x64</Platform>
    <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
    <PublishDir>C:\publishdir</PublishDir>
    <SelfContained>true</SelfContained>
    <PublishReadyToRun>false</PublishReadyToRun>
    <PublishTrimmed>false</PublishTrimmed>
    <Configuration>Release</Configuration>
    <TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
    <PublishSingleFile>false</PublishSingleFile>
  </PropertyGroup>
</Project>
@nkasco nkasco added the bug Something isn't working label Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant