Filip Navara

Results 34 issues of Filip Navara

``` watch : System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. File name: 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at Microsoft.DotNet.Watcher.Program.MainInternalAsync(IReporter reporter,...

Some of the [dotnet/performance](https://github.com/dotnet/performance) benchmarks run consistently slower on LLVM JIT than on mini JIT: | Slower | diff/base | Base Median (ns) | Diff Median (ns) | Modality| |...

area-Runtime: Performance

The `go-git` project uses a forked version `gcfg` to parse Git `.config` files. We have recently hit a case that was not handled in a way that is compatible with...

**Describe the bug** The [gss-ntlmssp](https://github.com/gssapi/gss-ntlmssp) NTLM GSSAPI implementation and Heimdal disagree on the message order in the `gss_wrap` and `gss_unwrap` calls. gss-ntlmssp encodes the messages in (SIGNATURE | MESSAGE) order...

**Describe the bug** The [NTLM message encoding code](https://github.com/heimdal/heimdal/blob/419610aa142851beb85dbac4d16fcd97c97d7534/lib/ntlm/ntlm.c#L1086-L1092) seems to assume that the MIC offset in `AUTHENTICATE_MESSAGE` is shifted down 8 bytes if `NTLM_NEG_VERSION` flag is not present. That doesn't...

I originally reported our broken scenario in #25651. We use Mono MSBuild to compile projects that reference multi-target libraries. These referenced libraries often include something like `net6.0-macos` in the TFM...

untriaged
Area-Workloads

Some of the wrapped graphics APIs have concept of named colors (eg. NSColor on macOS). These could be system colors (eg. window background, border color) or custom catalog colors. Converting...

enhancement

Also implements broader - but still incomplete - support for S expression keys in non-canonical format. The endianness of Curve25519 keys in ECDH is a mess. Unlike all other ECDH...

This aligns NativeAOT implementation closer to the CoreCLR one ([1](https://github.com/dotnet/runtime/blob/78528df15f9b7e214327d87a6596a77b6b9ea527/src/coreclr/vm/gcenv.os.cpp#L1054), [2](https://github.com/dotnet/runtime/blob/78528df15f9b7e214327d87a6596a77b6b9ea527/src/coreclr/pal/src/misc/time.cpp#L278-L310)). Related to #75708.

community-contribution
area-NativeAOT-coreclr

### Description There are at least three problems in the CollectionView `SelectedItem`/`SelectedItems` synchronization in iOS handler code: https://github.com/dotnet/maui/blob/9fdfc84566c4ad9581459201dc3a10833409b6e1/src/Controls/src/Core/Handlers/Items/iOS/SelectableItemsViewController.cs#L146-L175 1. The `ShouldNotBeSelected` method uses reference equality instead of `Equals`. If the...

t/bug
platform/iOS 🍎
area/perf 🏎️
area/collectionview 📃
s/triaged