Glen Stone

Results 4 issues of Glen Stone

## Description The `Assert.AreEqual` overloads that accept strings and a `CultureInfo` parameter always perform an ordinal comparison, regardless of the culture parameter. ## Steps to reproduce Run all tests in...

bug
area-assertion

This issue relates to the .NET Protability Analyzer 2.7.0.3 extension for Visual Studio 2019 16.7.3. I ran **Analyze Project Portability** on an MSTest project targetting .NET Framework 4.8, with the...

catalog

In my unit test I am creating a substitute for [this](https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Base/Media/DrawingContext.cs) third-party public abstract class, which has only an empty internal constructor. I am getting an [NS2001](https://github.com/nsubstitute/NSubstitute.Analyzers/blob/dev/documentation/rules/NS2001.md) warning because the...

## Describe the bug TextBlocks with TextAlignment.Right that are in Grid columns with SharedSizeGroup defined are not right-aligned. ## To Reproduce Create a new Avalonia C# project targeting Desktop, using...

bug
area-textprocessing