Tanveer Badar
Tanveer Badar
Hello! First of, thank you for creating this awesome package. It solved some major headaches for me. May I suggest an improvement to WithReferenceAssembleis extension method? Currently, it is implemented...
Following exception was thrown by an analyzer while editing code. System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values. Parameter name: index at Microsoft.CodeAnalysis.SeparatedSyntaxList`1.get_Item(Int32 index) at Microsoft.CodeAnalysis.SeparatedSyntaxList`1.First()...
I accidentally mistyped a ; in a very long string concatenation statement, with around 180 strings being concatenated in the form " = " + value + "\n" + Refactoring...
### Type of issue Typo ### Description Utf8JsonReader is a ref struct, not a class. The mistake in the first point should be corrected to reflect that fact. ### Page...
Remarks section incorrectly links to INotifyPropertyChanging twice, instead of linking to INotifyPropertyChanged in one of those places. > The collection implements [INotifyCollectionChanged](https://learn.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged), [INotifyPropertyChanging](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifypropertychanging), and **[INotifyPropertyChanging](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifypropertychanging)** such that notifications are generated...
CsvHelper doesn't have nullability annotations. Apply nullability annotations to various types as appropriate. I cannot rely on this great library supporting compiler's nullability analysis at this point in time. Take...
Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space....