Viktor
Viktor
I have a problem, that if a file has a single dot in it's name (like "file1.pdf"), than I can choose among all of my pdf readers. But if file...
That would be useful Another example: displaying "flame" effect on typing, "simple-rift" on deleting symbol and "exploding-rift" on removing multiple symbols selected Also supporting different offset setting for every case...
getting same issue in Calculate Linux, a distributive based on Gentoo dotnet can be installed here by two packages: * `dev-dotnet/dotnet-sdk-bin` - binary package - a dotnet binary is downloaded...
It is an issue in `Microsoft.PowerShell.SDK` package. `System.Management.Automation` is stored in same git repository and is referenced as project, not as a package. As the result in the nuspec file...
I think, referencing `System.Management.Automation` as a package inside `Microsoft.PowerShell.SDK.csproj` could help, so that file `System.Management.Automation.dll` would no longer be copied in the nuget package for `Microsoft.PowerShell.SDK`
by the way, the package `System.Management.Automation` has itself this contradiction: for version `7.4.3` for example, under folders `runtimes/unix/lib/net8.0/` and `runtimes/win/lib/net8.0/` there are files `System.Management.Automation.dll` with property `ProductVersion: 7.4.3`, as expected...
It is an issue in `Microsoft.PowerShell.SDK` package. `System.Management.Automation` is stored in same git repository and is referenced as project, not as a package. As the result in the nuspec file...