Joachim
Joachim
I am using Bonobo as my central Git and multiple PCs connect to it, each with local Gits and development environment. For my own source this works very well. However...
I want to use DnsClient to obtain HTTPS records. Unfortunately not supported yet, and also just a draft standard - https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/00/?include_text=1 - I definitley don´t want to blame you for...
both require a means for authentication in addition to an IPEndpoint. My preference is a server name. Thanks, Joachim
title probably says most of it. I´d like to analyze what blocks are part of a differencing vhdx, but I was unable to figure out an approach. Obviously DiscUtils must...
I need the equivalent of OpenFileById() which I did not find in DiscUtils... I guess all of you who ever tried to enumerate the NTFS journal or MFT know why.....
maybe I missed it, but I haven´t discovered an option to connect to virtual machines. Is that doable? Or can that be added? Thanks, Joachim
I installed a new virtual machine with Windows 21H2 today, hosted on Hyper-V 2019 server. Gen 2 (UEFI), installed VeraCrypt 1.25.9, and tried to enrypt the system partition. Turned off...
## Description There is no cleanup with custom TestMethodAttribute. ## Steps to reproduce I am using a custom TestMethodAttribute. Actually it is more complex than the example below, but basically...
I ran portability analyzer today, and in essence it spotted usage of the follwing methods being non portable: - M:System.IO.DirectoryInfo.GetAccessControl - M:System.IO.DirectoryInfo.SetAccessControl(System.Security.AccessControl.DirectorySecurity) - M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions,System.Int32,System.Int32,System.IO.Pipes.PipeSecurity,System.IO.HandleInheritability,System.IO.Pipes.PipeAccessRights) - M:System.IO.Pipes.PipeStream.GetAccessControl - M:System.IO.Pipes.PipeStream.SetAccessControl(System.IO.Pipes.PipeSecurity) I´d definitley...
based on the suggestion in https://github.com/microsoft/dotnet-apiport/issues/851 I ran Roselyn analyzer on my project. It did not spot System.DirectoryServices.AccountManagement as not supported. However it spotted TcpClient and SmtpClient as being deprecated,...