Manuel

Results 8 issues of Manuel

Provide support for stream block processing, like a default .NET HashAlgorithm: ```cs var sourceStream = ... // From anywhere var hashAlgorithm = ... // HashFunction var bufferSize = 8192; using...

enhancement

Stripping of the burn engine, signs, and re-attach the engine. Is this possible?

When referencing a custom SDK project like this: ```xml ... ``` it doesn't show under the `Dependencies` node in Visual Studio. And also it is not seeable and updatable from...

Feature-Dependency-Node
Triage-Approved
Feature-Import-Tree

I'm searching for the Windows Desktop sample, especially the Windows Explorer Extension sample: https://github.com/dotnet/samples/tree/main/windowsdesktop/Windows-Explorer-Extension But I can't find it anymore!?

## Environment ```none PS version: 7.0.0-rc.2 PSReadline version: 2.0.0-rc2'; ProjectUri = 'https://github.com/PowerShell/PSReadLine os: 10.0.18362.1 (WinBuild.160101.0800) PS file version: 7.0.0.0 HostName: ConsoleHost BufferWidth: 136 BufferHeight: 9000 ``` ## Steps to reproduce...

Issue-Bug
Area-HistoryImprovements

# Steps to reproduce - Example 1: ```csharp var result = UriTemplate.For("https://localhost:5000/api/resource{?key,value}{?id,name}") .WithPartialExpand() .ExpandToString(); ``` - Example 2: ```csharp var result = UriTemplate.For("https://localhost:5000/api/resource?key=mykey&value=myValue{?id,name}") .WithPartialExpand() .ExpandToString(); ``` # Expected behavior -...

### Steps to reproduce I try to restore and publish a cross-targeting and cross-platform project with netcoreapp/netstandard/net472 and linux-x64/win-x64 mix-match with: ```ps1 # Restoring: dotnet msbuild -t:restore -p:targetframework=net472 -p:runtimeidentifier=win-x64 Api.csproj...

stale