Christoph Hafner

Results 13 issues of Christoph Hafner

### Environment - Visual Studio version: 2019 Enterprise - CodeMaid version: 12.0 - Code language: C# ### Description When having a partial class over 2 files and in one file...

reproduced
bug
feature: cleaning

### Environment - Visual Studio version: 2019 Enterprise - CodeMaid version: 12.0 - Code language: C# ### Description / Steps to recreate / Current behavior I experience the following issue:...

bug
feature: cleaning

The text of AlphaFS exceptions is returned in the OS language instead of the language of Thread.CurrentThread.CurrentUICulture: Imports System.Globalization Imports System.Threading Imports System.Windows.Forms Imports Alphaleonis.Win32.Filesystem Imports SysIO = System.IO Module...

Bug :beetle:

Stumbled over a compatibility issue in AlphaFS: In System.IO, a call to File.Move where the source and the target file path are identical is ignored, in AlphaFS an exception is...

Investigate

Usually Windows supports only a current folder per process, but command line applications rely on the current folder per drive like this was the case in DOS times. e.g. "XCOPY...

Enhancement

Add support for Novell-style relative path, e.g. "...\foo\bar" (same as "..\\..\foo\bar") or "....\foo\bar" (same as "..\\..\\..\foo\bar") etc. This could be achieved with the following code: //Path.GetFullPath.cs private static string NormalizeNovellStylePath(string...

Enhancement

I made an extension method that _correctly_ converts a file path into a file url and returns it as URI. If you are interested in, feel free to implement it...

Enhancement

Request: I would like to see 4 more overloads of Path.GetFullPath (method signatures see below) that accept the current folder as an additional argument. public static string GetFullPath(string path, string...

Enhancement

The primitives `uint8`, `uint16`, `uint32` and `uint64` are lacking syntax highlighting.

Steps to reproduce: - Create a text file containing all file paths of drive C: like this (in a command line): DIR C:\*.* /S /B >C:\Temp\DiskContent.txt (it takes quite a...