Immo Landwerth

Results 45 issues of Immo Landwerth

We're using CCI to analyze the assemblies but we can't really parallelize too well because CCI uses a static lock, rather than a metadata host specific lock :-( We should...

enhancement
area-CLI

From @aarnott: > I noticed a high false positive rate in the WPF APIs and finally figured out I need to specify `net6.0-windows` in a rerun of the tool. IMO...

enhancement
area-CLI

Right now, typing `List` yields no results.

bug
area-web

For more details see [PR16](https://github.com/dotnet/org-policy/blob/master/doc/PR16.md).

As dicussed [here](https://twitter.com/terrajobst/status/846132383086657536), `System.Ben` should become a facade and typeforward its types to `System.Kevin.Jones`.

This library is unnecessarily complex and bloated. The API surface is confusing, the cyclomatic complexity is beyond measurable and docs are non-existing. I want my money back.

This library needs more whistles. AND MORE COWBELL! ![image](https://media.giphy.com/media/yiXUxfMnJgdfW/giphy.gif)

### User Stories User Stories under this Epic: - [ ] https://github.com/dotnet/runtime/issues/38349 - [x] https://github.com/dotnet/iot/issues/1616

Epic
Priority:1

We've noticed a trend, especially in cloud services, that there is a need for extensible enums. While enums can in principle be extended by casting any int to the enum,...

Related to dotnet/corefxlab#2968 Looks like `DataFrame` can't handle CSV where the separator appears in the column data. ### Repro ```C# var frame = DataFrame.LoadCsv(fileName); foreach (var row in frame.Rows) {...

Microsoft.Data.Analysis