Ralf Beckers

Results 9 issues of Ralf Beckers

Is it intended that the two guidelines spell this differently?

Azure Guidelines

class C { public int I1 { get; set; } public int I2 { get; set; } } should be refactored to class C { public C(int i1, int i2)...

feature request

also add option to ad required using instead of fully qualifying the exception.

feature request

class C1 { private static int bar; void Baz() { int x = bar; } } Converting this method to static introduces a new parameter "instance" of type "C1" which...

enhancement

# Data Plane API - Pull Request Based on preview version 2022-06-01 we are planning to publish a GA version 2022-12-01. First iteration are the files of version 2022-06-01-preview to...

Cognitive Services
APIStewardshipBoard-ReviewRequested
CI-FixRequiredOnFailure
data-plane

var foo = new SomeStuff(...) CTRL + . should offer a "Rename variable to someStuff" refactoring. 1. provide this fast for explicit types 2. get type from sematic model and...

enhancement

# Choose a PR Template Switch to "Preview" on this description then select one of the choices below. Click here to open a PR for a Data Plane API. Click...

Cognitive Services
APIStewardshipBoard-SignedOff
data-plane
new-api-version
PipelineBotTrigger

**Describe the feature** In memory view, one can easily see which bytes are read and written to (even some shading to indicate time). Since a lot of asm code is...

**Describe the bug** When opening the VIC Editor window, it is just black, there is no content **To Reproduce** using 0.64.70 on MacOSX Start debugger (Drag prg, or see basic...

bug
priority