workgroupengineering

Results 114 issues of workgroupengineering

GitHub Issue (If applicable): closes # ## PR Type What kind of change does this PR introduce? - Feature ## What is the current behavior? ## What is the new...

### Current behavior Severity Code Description Project File Line Suppression State Error MSB4018 The "LinkerDefinitionMergerTask_v0" task failed unexpectedly. Mono.Cecil.Cil.SymbolsNotMatchingException: Symbols were found but are not matching the assembly at Mono.Cecil.ModuleDefinition.ReadSymbols(ISymbolReader...

kind/bug
triage/untriaged
difficulty/tbd

## What does the pull request do? do not throw exception ## What is the current behavior? Throw `Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path '/dev/input'.`...

## What does the pull request do? Avoid multiple allocation of StringBuilder ## What is the current behavior? ## What is the updated/expected behavior with this PR? ## How was...

perf
inactive

## What does the pull request do? ## What is the current behavior? ## What is the updated/expected behavior with this PR? ## How was the solution implemented (if it's...

os-linux
inactive

## How Reproduce: 01. Create multi target C# Project like this ```xml netstandard2.1;xamarinmac20;xamarinios10;MonoAndroid11.0;MonoAndroid10.0 latest ``` 02. Try to add reference to netstandard through Visual Studio UI I have already posted...

## Current Behavior When editing xaml after pressing the '/' character to close the tag and then the '>' character, VS reports 'System.Xaml.XamlException: Could not cast object of type' System.String...

if there is a error on XamlIl Compilation using origial dll to avoid issue

bug

**To Reproduce** Steps to reproduce the behavior: 1. Create class like this: ```csharp using Avalonia; namespace Grid_IsVisible_Issue.Behaviors { static class ColumnDefinition { private readonly static Avalonia.Controls.GridLength ZeroWidth = new Avalonia.Controls.GridLength(0,Avalonia.Controls.GridUnitType.Pixel);...