Skip to content
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#: .NET 8 Runtime models. #15174

Merged
merged 4 commits into from
Jan 3, 2024

Conversation

michaelnebel
Copy link
Contributor

@michaelnebel michaelnebel commented Dec 20, 2023

This is a re-generation of the summary, sink and neutral models for .NET Runtime.

Besides updating the models

  • The usage description of the model generator script has been updated.
  • A "default" extension file has been added to ensure that all data extensions are defined to be at least empty.

DCA looks good. No changes to performance or results.

@github-actions github-actions bot added the C# label Dec 20, 2023
Copy link
Contributor

⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged.

Click to show differences in coverage

csharp

Generated file changes for csharp

  • Changes to framework-coverage-csharp.rst:
-    System,"``System.*``, ``System``",25,11900,67,9
+    System,"``System.*``, ``System``",25,11835,67,9
-    Others,"``Amazon.Lambda.APIGatewayEvents``, ``Amazon.Lambda.Core``, ``Dapper``, ``ILCompiler``, ``Internal.IL``, ``Internal.Pgo``, ``Internal.TypeSystem``, ``JsonToItemsTaskFactory``, ``Microsoft.ApplicationBlocks.Data``, ``Microsoft.CSharp``, ``Microsoft.Diagnostics.Tools.Pgo``, ``Microsoft.EntityFrameworkCore``, ``Microsoft.Extensions.Caching.Distributed``, ``Microsoft.Extensions.Caching.Memory``, ``Microsoft.Extensions.Configuration``, ``Microsoft.Extensions.DependencyInjection``, ``Microsoft.Extensions.DependencyModel``, ``Microsoft.Extensions.FileProviders``, ``Microsoft.Extensions.FileSystemGlobbing``, ``Microsoft.Extensions.Hosting``, ``Microsoft.Extensions.Http``, ``Microsoft.Extensions.Logging``, ``Microsoft.Extensions.Options``, ``Microsoft.Extensions.Primitives``, ``Microsoft.Interop``, ``Microsoft.NET.Build.Tasks``, ``Microsoft.NETCore.Platforms.BuildTasks``, ``Microsoft.VisualBasic``, ``Microsoft.Win32.SafeHandles``, ``MySql.Data.MySqlClient``, ``Newtonsoft.Json``, ``Windows.Security.Cryptography.Core``",6,1111,148,
+    Others,"``Amazon.Lambda.APIGatewayEvents``, ``Amazon.Lambda.Core``, ``Dapper``, ``ILCompiler``, ``ILLink.RoslynAnalyzer``, ``ILLink.Shared``, ``ILLink.Tasks``, ``Internal.IL``, ``Internal.Pgo``, ``Internal.TypeSystem``, ``JsonToItemsTaskFactory``, ``Microsoft.Android.Build``, ``Microsoft.Apple.Build``, ``Microsoft.ApplicationBlocks.Data``, ``Microsoft.CSharp``, ``Microsoft.Diagnostics.Tools.Pgo``, ``Microsoft.EntityFrameworkCore``, ``Microsoft.Extensions.Caching.Distributed``, ``Microsoft.Extensions.Caching.Memory``, ``Microsoft.Extensions.Configuration``, ``Microsoft.Extensions.DependencyInjection``, ``Microsoft.Extensions.DependencyModel``, ``Microsoft.Extensions.Diagnostics.Metrics``, ``Microsoft.Extensions.FileProviders``, ``Microsoft.Extensions.FileSystemGlobbing``, ``Microsoft.Extensions.Hosting``, ``Microsoft.Extensions.Http``, ``Microsoft.Extensions.Logging``, ``Microsoft.Extensions.Options``, ``Microsoft.Extensions.Primitives``, ``Microsoft.Interop``, ``Microsoft.NET.Build.Tasks``, ``Microsoft.NET.WebAssembly.Webcil``, ``Microsoft.VisualBasic``, ``Microsoft.WebAssembly.Build.Tasks``, ``Microsoft.Win32.SafeHandles``, ``Mono.Linker``, ``MySql.Data.MySqlClient``, ``Newtonsoft.Json``, ``SourceGenerators``, ``Windows.Security.Cryptography.Core``",6,1541,148,
-    Totals,,31,13018,409,9
+    Totals,,31,13383,409,9
  • Changes to framework-coverage-csharp.csv:
- ILCompiler,,,80,,,,,,,,,,,,,,,80,
+ ILCompiler,,,81,,,,,,,,,,,,,,,81,
+ ILLink.RoslynAnalyzer,,,63,,,,,,,,,,,,,,,63,
+ ILLink.Shared,,,32,,,,,,,,,,,,,,,29,3
+ ILLink.Tasks,,,5,,,,,,,,,,,,,,,5,
- Internal.IL,,,68,,,,,,,,,,,,,,,66,2
+ Internal.IL,,,69,,,,,,,,,,,,,,,67,2
- Internal.TypeSystem,,,352,,,,,,,,,,,,,,,316,36
+ Internal.TypeSystem,,,367,,,,,,,,,,,,,,,331,36
+ Microsoft.Android.Build,,,14,,,,,,,,,,,,,,,14,
+ Microsoft.Apple.Build,,,7,,,,,,,,,,,,,,,7,
- Microsoft.Diagnostics.Tools.Pgo,,,12,,,,,,,,,,,,,,,12,
+ Microsoft.Diagnostics.Tools.Pgo,,,13,,,,,,,,,,,,,,,13,
- Microsoft.Extensions.Configuration,,,79,,,,,,,,,,,,,,,76,3
+ Microsoft.Extensions.Configuration,,,83,,,,,,,,,,,,,,,80,3
- Microsoft.Extensions.DependencyInjection,,,60,,,,,,,,,,,,,,,60,
+ Microsoft.Extensions.DependencyInjection,,,120,,,,,,,,,,,,,,,120,
+ Microsoft.Extensions.Diagnostics.Metrics,,,13,,,,,,,,,,,,,,,13,
- Microsoft.Extensions.FileProviders,,,17,,,,,,,,,,,,,,,17,
+ Microsoft.Extensions.FileProviders,,,15,,,,,,,,,,,,,,,15,
- Microsoft.Extensions.Hosting,,,20,,,,,,,,,,,,,,,19,1
+ Microsoft.Extensions.Hosting,,,23,,,,,,,,,,,,,,,22,1
- Microsoft.Extensions.Logging,,,39,,,,,,,,,,,,,,,39,
+ Microsoft.Extensions.Logging,,,60,,,,,,,,,,,,,,,59,1
- Microsoft.Extensions.Primitives,,,63,,,,,,,,,,,,,,,63,
+ Microsoft.Extensions.Primitives,,,64,,,,,,,,,,,,,,,64,
- Microsoft.Interop,,,60,,,,,,,,,,,,,,,60,
+ Microsoft.Interop,,,78,,,,,,,,,,,,,,,78,
- Microsoft.NETCore.Platforms.BuildTasks,,,4,,,,,,,,,,,,,,,4,
+ Microsoft.NET.WebAssembly.Webcil,,,7,,,,,,,,,,,,,,,7,
+ Microsoft.WebAssembly.Build.Tasks,,,3,,,,,,,,,,,,,,,3,
+ Mono.Linker,,,163,,,,,,,,,,,,,,,163,
+ SourceGenerators,,,4,,,,,,,,,,,,,,,4,
- System,67,25,11900,,8,8,9,,,4,5,,33,1,17,3,4,9952,1948
+ System,67,25,11835,,8,8,9,,,4,5,,33,1,17,3,4,9896,1939

@michaelnebel michaelnebel marked this pull request as ready for review December 20, 2023 14:11
@michaelnebel michaelnebel requested a review from a team as a code owner December 20, 2023 14:11
@michaelnebel michaelnebel added the no-change-note-required This PR does not need a change note label Dec 20, 2023
@michaelnebel michaelnebel merged commit b083c35 into github:main Jan 3, 2024
21 of 22 checks passed
@michaelnebel michaelnebel deleted the csharp/dotnet8runtimemodels branch January 3, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C# no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants