Laura

Results 7 issues of Laura

Attempting to reference a Hashtable element with a key containing an uppercase letter will fail. Dictionaries however work fine. Example: ```cs using System.Collections; using HandlebarsDotNet; const string template = @"Hello...

This extension is the only thing I miss about Visual Studio since moving to JetBrains Rider. It'd be amazing to be able to use Code Maid Spade without needing to...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem nuget ### Package manager version _No response_ ### Language version _No...

T: bug 🐞

After updating the action version from 2.0.7 to 2.0.10 I get this error when running my build: ``` C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ;...

### Description The flyout button disappears on iOS if you navigate backward to a new root page. Basically, this will cause the flyout button to disappear: ```cs _navigationPage.Navigation.InsertPageBefore(new ContentPage(), _currentRootPage);...

t/bug
platform/iOS 🍎
s/verified
s/triaged
control-flyout
migration-compatibility

Until a version is tagged, people who read the readme need to be able to use something that works. Please either tag v1 or accept this PR so that the...

Find doesn't respect the QueryTrackingBehavior. This test fails even though QueryTrackingBehavior is set to NoTrackingWithIdentityResolution (NoTracking also fails) ```cs public QueryTrackingTests() { var options = new DbContextOptionsBuilder() .UseSqlite($"Filename={_dbname}") .UseQueryTrackingBehavior(QueryTrackingBehavior.NoTrackingWithIdentityResolution) .Options;...

type-enhancement
area-test
customer-reported
area-query