Matt Lacey

Results 155 issues of Matt Lacey

See if switching will make managing localized files easier See https://github.com/dotnet/xliff-tasks X-Ref https://github.com/github/VisualStudio/pull/1933 Need to change: - [ ] Resources/StringRes.resx - [ ] RapidXamlPackage.vsct - [ ] VSPackage.resx - [...

Meta

Due to an inability to fund localization, partially localized content was removed in It would be great to enable this again - [ ] Once the code-base is stable -...

Meta

Based on seeing people struggle with using Xamarin.Forms Visual.Material, some potential errors could be detected if the attribute is set but the NuGet package is not installed. A fix would...

XAML-Analysis

There are potential opportunities to improve the XAML editing/authoring experience by adding additional intellisense/completion options. e.g. When adding an `EventTriggerBehavior` to an object, could look up a list of Events...

enhancement
XAML-Analysis
NEW-Functionality

Consider the following in a Xamarin.Forms project: ``` ``` If `GridContainer` does **not** exist, the code will build and run fine but will result in a vague, unhelpful, runtime error...

XAML-Analysis
Xamain.Forms

Currently, when a color resource is assigned to a property that takes a brush it is silently ignored. The same is true for assigning a brush to a color. This...

XAML-Analysis
Xamain.Forms
Styles

Current GridProcessor is very complicated and identifying and fixing bugs (e.g. #475) is very error-prone. Rewrite based on Custom analysis logic to make code easier to understand. This should involve...

GRID
XAML-Analysis

### Describe the bug XAML Analysis errors are currently created in a way that means they are lost once the user starts to edit the document. Investigate using an `ITrackingSpan`...

enhancement
XAML-Analysis

X-Ref: https://github.com/mrlacey/DontCopyAlways/issues/4

XAML-Analysis

If modifying a file, first check it is not "checked out" Affects: - [ ] adding resources - [ ] excluding analysis rules X-Ref: https://github.com/madskristensen/SassCompiler/blob/master/src/Manual/ExtensionMethods.cs#L9

Meta
XAML-Analysis