-
@NineBerry commented on [Tue Sep 10 2019](https://github.com/dotnet/dotnet-api-docs.de-de/issues/40)
When passing the same array as both keys and items parameter, in some situations you will get an A…
-
Выслать отчет из программы не получилось, поэтому оставлю сдесь. Надеюсь, тут вся нужная информация. Если нет, буду рад ответить на любые вопросы.
Сбой при сравнении двух элементов массива.
Dup…
-
Basically, I wondered what the best method was to replace one item in an immutable list. I first used the included `Replace(T oldItem, T newItem)` "native" method (got the oldItem through `Find()` or …
-
### Rationale and Usage
Removing the last item of a list is currently `list.RemoveAt(list.Count - 1);`. It currently isn't possible to use the [hat operator](https://docs.microsoft.com/en-us/dotnet/c…
-
### Describe the bug
Our server now use around 7 minutes to build RS item cache on bootup. After some profiling, we found out RS is spending too much time on indexing enchanted books in our system.…
-
[Build](https://mihubot.xyz/runtime-utils/747a262463cb48e78c143d7a5d8b75c7) completed in 1 hour 41 minutes.
### Diffs
```
Found 315 files with textual diffs.
Summary of Code Size diffs:
(Lower is …
-
[Job](https://mihubot.xyz/runtime-utils/501d90b08e104e5d8b5e9b03f11a53ae) completed in 15 minutes.
https://github.com/dotnet/runtime/pull/105162
### Diffs
Diffs
```
Found 389 files with textual di…
-
Hi,
I'd like to ask for a change in the enum type ordering of the members.
Currently as I see, it's ordered alphabetically, but when searching for stuff, I'd want to retrieve items by priority.
…
-
[Job](https://mihubot.xyz/runtime-utils/ec27081bdff247c5802241974d3f991c) completed in 14 minutes.
https://github.com/dotnet/runtime/pull/104870
### Diffs
```
Found 263 files with textual diffs.
Su…
-
Given empty list of targets, [PackageResolver.Resolve](https://github.com/NuGet/NuGet.Client/blob/7dec8e2bcbda2f7478f66a2c7f8095f845d98c79/src/NuGet.Core/NuGet.Resolver/PackageResolver.cs#L26) in the …