-
Bottom of screen cuts off on my phone
-
This is a follow-up to #22282 and it is related to #18658
When publishing the `dotnet new maui-blazor` app with NativeAOT using the current `net9.0` build of MAUI (`a45f7021b7773b18f93800bd2d804fe5…
-
`/azp run runtime-nativeaot-outerloop` fails during compilation of System.Numerics.Vectors.Tests with:
```ILC: Assertion failed '((simdSize == 16) && compOpportunisticallyDependsOn(InstructionSet_SSE…
-
The trim analysis tooling warns on members annotated with attributes whose ctors have RequiresUnreferencedCode:
```csharp
using System.Diagnostics.CodeAnalysis;
var m = typeof(C).GetMethod("M")…
-
This IL seems to cause an assert
```
// [PresentationFramework]System.Windows.FrameworkTemplate.WireRootObjectToParent(object,DependencyObject,DependencyObject,FrameworkElement,INameScope)
.method …
-
When compile a large application that uses WinForms there are many classes that derive from `System.Windows.Forms.Control/Form` and have class hierarchy depth around 12-13 levels deep.
This hits a …
-
Version information
- Java 21
- CDAP 8.16.0.000
In the begining of task,
NAESession.getSession("user", "password".toCharArray());
It prompts a generic error like below. While quite hard to…
-
### Description
For the property:
```csharp
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)]
Type? IHybridWebView.InvokeJavaScriptType { get; set; }
```
We got the trimmer warning:
…
-
```html
Collapsible List with Checkboxes
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + label + ul {
display: none;
}
input[type="checkbox…
-
The method:
https://github.com/dotnet/runtime/blob/07d363739f74477b854be3614ee063d6e94bbf90/src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Compilation.cs#L78-L85
Profile when compiling large a…