-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C#: Update stubs #18587
base: main
Are you sure you want to change the base?
C#: Update stubs #18587
Conversation
7a5c30b
to
98062c9
Compare
Click to show differences in coveragecsharpGenerated file changes for csharp
- System,"``System.*``, ``System``",47,10819,54,5
+ System,"``System.*``, ``System``",47,10864,54,5
- Totals,,108,12901,400,9
+ Totals,,108,12946,400,9
- System,54,47,10819,,6,5,5,,,4,1,,33,2,,6,15,17,4,3,,5512,5307
+ System,54,47,10864,,6,5,5,,,4,1,,33,2,,6,15,17,4,3,,5547,5317 |
DCA looks good. |
9721091
to
653b1d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 369 out of 369 changed files in this pull request and generated no comments.
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
35ad361
to
21c483d
Compare
@@ -3285,41 +3323,6 @@ summary | |||
| Microsoft.VisualBasic;VBCodeProvider;VBCodeProvider;(System.Collections.Generic.IDictionary<System.String,System.String>);Argument[0].Element;Argument[this];taint;df-generated | | |||
| Microsoft.Win32.SafeHandles;SafeFileHandle;SafeFileHandle;(System.IntPtr,System.Boolean);Argument[0];Argument[this].Field[System.Runtime.InteropServices.SafeHandle.handle];value;dfc-generated | | |||
| Microsoft.Win32.SafeHandles;SafeWaitHandle;SafeWaitHandle;(System.IntPtr,System.Boolean);Argument[0];Argument[this].Field[System.Runtime.InteropServices.SafeHandle.handle];value;dfc-generated | | |||
| Microsoft.Win32;PowerModeChangedEventHandler;BeginInvoke;(System.Object,Microsoft.Win32.PowerModeChangedEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it expected that we loose so many rows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because some of dependencies have changed such that System.Windows.Extensions
is no longer referenced in the updated versions of the packages. If this is of concern, I can take a look and see whether se should try to explicitly include these packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added some extra dependencies. Maybe that is for the best. It will also be interesting to see what happens when we re-generate the models for .NET (for .NET 9).
Awaiting CI before setting ready for review again.
…ome more packages (that previously were transitive dependencies).
4184a96
to
c7908d6
Compare
…f the project referenes.
…n library methods.
c7908d6
to
42d65f9
Compare
In this PR we
params ReadOnlySpan<...>
method overloads.Added some extra projects due to prior breaking changes in .NET