Replace WMI-powered filesystem compression#292
Conversation
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped. |
5881ecd to
3fbeba7
Compare
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped. |
3fbeba7 to
80b7a85
Compare
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped. |
80b7a85 to
371d78a
Compare
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped. |
371d78a to
038ec7b
Compare
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped. |
1 similar comment
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped. |
|
https://twitter.com/VoidsShadow/status/1513087907145269249 |
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped. |
de4a55c to
4791ae0
Compare
4791ae0 to
099daa2
Compare
no clue how this works
Added extension methods: DirectoryInfo.Compress() FileInfo.Compress() Reworked methods: SetCompression() (formerly EnableCompression())
099daa2 to
b6e5f2b
Compare
…ationException docs: fill IsElevated doc elements
refactor: remove redundant InfoWin32Exception class
Why did I change this to .NET Framework 4.6.2?
|
Suggested edit: diff --git a/src/HXE.csproj b/src/HXE.csproj
index c66e9f5..4194a86 100644
--- a/src/HXE.csproj
+++ b/src/HXE.csproj
@@ -118,7 +118,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
- <PackageReference Include="Microsoft.Windows.CsWin32" Version="0.1.635-beta">
+ <PackageReference Include="Microsoft.Windows.CsWin32" Version="0.2.252-beta">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
|
Why did I change this to .NET Framework 4.6.2?
This reverts commit a40015a.
# Conflicts: # src/HXE.csproj
docs: update SetCompression's docs
CsWin32's code gen was not running with this property present.
closes #253
Utilizes https://github.com/dotnet/pinvoke
TODO