Skip to content

Commit

Permalink
Merge pull request #1368 from poklau/issue-1367
Browse files Browse the repository at this point in the history
#1367: Enable longPathAware
  • Loading branch information
CharliePoole committed Jun 11, 2024
2 parents 7fe82db + ccb2453 commit c76b90f
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/NUnitConsole/nunit4-console/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>
9 changes: 9 additions & 0 deletions src/NUnitConsole/nunit4-netcore-console/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>
9 changes: 9 additions & 0 deletions src/NUnitEngine/agents/nunit-agent-net20-x86/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>
9 changes: 9 additions & 0 deletions src/NUnitEngine/agents/nunit-agent-net20/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>
9 changes: 9 additions & 0 deletions src/NUnitEngine/agents/nunit-agent-net462-x86/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>
9 changes: 9 additions & 0 deletions src/NUnitEngine/agents/nunit-agent-net462/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>
9 changes: 9 additions & 0 deletions src/NUnitEngine/agents/nunit-agent-net50/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>
9 changes: 9 additions & 0 deletions src/NUnitEngine/agents/nunit-agent-net60/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>
9 changes: 9 additions & 0 deletions src/NUnitEngine/agents/nunit-agent-net70/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>
9 changes: 9 additions & 0 deletions src/NUnitEngine/agents/nunit-agent-netcore31/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@

</application>
</compatibility>

<!-- Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>

</asmv1:assembly>

0 comments on commit c76b90f

Please sign in to comment.