Robbie Groenewoudt

Results 8 issues of Robbie Groenewoudt

In a Xamarin.Android project the latest MrAdvice is failing to run. ``` 'AssemblyPath' is not recognized as an internal or external command, operable program or batch file. C:\xxxxxxx\packages\MrAdvice.2.9.5\build\MrAdvice.targets(14,5): error MSB3073:...

bug

### Android application type Android for .NET (net6.0-android, etc.) ### Affected platform version VS 2022 17.3.3 ### Description In .NET 6 Android the consts are missing `SupportedOSPlatformAttribute`. Examples: - Manifest.Permission.PostNotifications:...

enhancement
generator

### Android application type Android for .NET (net6.0-android, etc.) ### Affected platform version VS2022 17.6.5 ### Description With the latest version of CameraX we are running into an exception when...

binding-issue

### Android application type Not applicable ### Affected platform version N/A ### Description Like said in the [blogpost](https://devblogs.microsoft.com/dotnet/dotnet-8-performance-improvements-in-dotnet-maui/#removed-xamarin-androidx-legacy-support-v4) the package `Xamarin.AndroidX.Legacy.Support.V4` should not be used anymore. I would suggest deprecating...

ArgumentNullException happens when parsing a project containing < TargetFrameworks > Stacktrace: ``` > NuGet.Frameworks.dll!NuGet.Frameworks.NuGetFramework.Parse(string folderName, NuGet.Frameworks.IFrameworkNameProvider mappings) Line 377 C# Snitch.dll!Snitch.Analysis.AnalyzerResultExtensions.GetNearestFrameworkMoniker.AnonymousMethod__0(string x) Line 28 C# System.Linq.dll!System.Linq.Enumerable.ToDictionary(System.Collections.Generic.IEnumerable source, System.Func keySelector, System.Func...

The Bing layer loads JSON from dev.virtualearth.net. This is done by adding a with a JSONP url which requires the domain added to script-src in the Content Security Policy. This...

The Trivy tab in Azure Devops pipeline doesn't work due an error: ``` TypeError: can't access property "forEach", e is undefined results VulnerabilitiesTable.tsx:191 r VulnerabilitiesTable.tsx:127 React 11 r App.tsx:106 Babel...

I would like support for ordering when concatenating files. I still have old Javascript files in which the order is important. Something like: `.Concatenate(path=> path.Contains("module.js") ? 2 : 1)` The...