LeviGNMBS
LeviGNMBS
I am running into the same issue GetFiles("*") is returning 0 items as the wildcard conversion adds a point to the end by itself basically forcing every file in the...
Excuse my last post as it seems to be wrong, i was having another issue. The dot is not forced as a dot but as regex any character. However if...
Maybe related, is this a typo on line 69? https://github.com/canton7/PropertyChanged.SourceGenerator/blob/94690bbaa71d8e7c6c1bc9e7e3b3f63b4b15dbc6/src/PropertyChanged.SourceGenerator/Generator.cs#L69
> Good spot, thanks. It shouldn't be possible to actually hit that code path: we only generate an `INotifyPropertyChanging` implementation if the user explicitly adds that interface to their type,...
🤦 I misread changing for changed, typical MS to make such confusing names 😆