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

nunit-console and nunit-agent to support longPathAware #1367

Open
poklau opened this issue Oct 17, 2023 · 1 comment
Open

nunit-console and nunit-agent to support longPathAware #1367

poklau opened this issue Oct 17, 2023 · 1 comment

Comments

@poklau
Copy link

poklau commented Oct 17, 2023

It looks like NUnit console does not support tests with file path exceed MAX_PATH as per document here.

This should be as simple as making it long-path aware like this in app.manifest:

<application xmlns="urn:schemas-microsoft-com:asm.v3">
    <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
        <ws2:longPathAware>true</ws2:longPathAware>
    </windowsSettings>
</application>
@manfred-brands
Copy link
Member

It depends. If all libraries use with oath can handle them. I don't know if .NET Framework was ever updated

@OsirisTerje OsirisTerje transferred this issue from nunit/nunit Oct 17, 2023
poklau pushed a commit to poklau/nunit-console that referenced this issue Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants