Skip to content

fix(PropertySet): use GetFileNameWithoutExtension instead of .BaseName on string#43

Open
Jah-yee wants to merge 1 commit intoHeyItsGilbert:mainfrom
Jah-yee:fix/property-fromfile-null-name
Open

fix(PropertySet): use GetFileNameWithoutExtension instead of .BaseName on string#43
Jah-yee wants to merge 1 commit intoHeyItsGilbert:mainfrom
Jah-yee:fix/property-fromfile-null-name

Conversation

@Jah-yee
Copy link
Copy Markdown

@Jah-yee Jah-yee commented May 7, 2026

Fixes #14

…e on string

FilePath is a [string] type, so calling .BaseName returns  silently.
Use the static .NET method instead.

Fixes HeyItsGilbert#14
Co-authored-by: Jah-yee <jydu_seven@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(PropertySet): FromFile silently sets Name to $null — .BaseName on a string

1 participant