This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Conversation
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
This PR enforces the rule that methods with `[NativeCallable]` attribute can only be called from unmanaged code. A stub that throws a `InvalidProgramException` is put in place of a call from managed (C#) code Fixes #5012
Test.CoreLib has bitrotted again.
It's more convenient to just let the last one win.
* Make double-clicking item open item view * Reorder list box and button * Add UAC manifest
* Added additional tests for delegate assignment/return. * Added ftn/delegate test cases for byte/int parameters and enums.
…#15238) As part of this, I needed to fix-up several functions that parsed strings assuming they end with '\0', which no longer holds once we switch to using spans. Also: - Switched various call sites to using a cast rather than AsReadOnlySpan. - Updated string.Format / StringBuilder.AppendFormat to use the new span-based support to avoid substring allocations. - Removed some TODOs that were left in the codebase from some of my previous changes Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Merge nmirror to master
Signed-off-by: Petr Bred <bredpetr@gmail.com>
Merge nmirror to master
* enabled thread static fields, changed vtable dispatch to not be dependent on EETypeNode, added typed node factory
…rmat Add double/float.TryFormat Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Merge nmirror to master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.