-
App sizes are currently significantly bigger with .NET 6 with a very simple hello world app.
# Test case
* Checkout `xamarin-macios`
* Execute:
```shell
cd tests/dotnet
make compare
```
…
-
### Description
For the property:
```csharp
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)]
Type? IHybridWebView.InvokeJavaScriptType { get; set; }
```
We got the trimmer warning:
…
-
node-api-dotnet version: 0.7.*
dotnet sdk: .net 6.0
nodejs version: 18.18.1
I tried to excute C# dll methods which is task method , the method parameter and return value's type is dynamic.
I got e…
Lysom updated
4 months ago
-
### Background and motivation
It would be nice to have some wrappers that would return other interfaces pointers, something like:
ComWrappers.TryGetComInstance(unwrapped, out nint iface);
…
-
_Originally posted by @eiriktsarpalis in https://github.com/dotnet/runtime/pull/104763#discussion_r1675712581_
> Notice this passes `hostarch x64` because this is a build where we need to create an…
-
The test being added in #90318 fails on Mono in full AOT mode:
```scala
22:14:29.962 Running test: JIT/Regression/JitBlue/Runtime_90219/Runtime_90219/Runtime_90219.dll
System.Reflection.TargetInv…
-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [774324e59288db97067bbd1918af3371ff8a8ce4](https://github.com/dotnet/runtime/commit/774324e59288db97067bbd1918af3371ff…
-
### Describe the bug
In my cloudformation json template I have the following parameter in my parameter list:
```
"LambdaArchitecture": {
"Type": "String",
"Default": "arm64",
"AllowedV…
-
https://github.com/dotnet/corefx/issues/12425
[BEXTR](http://www.felixcloutier.com/x86/BEXTR.html)
[UBFX](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0489f/Cjahjhee.html)
ufcpp updated
7 years ago
-
### Is your feature request related to a problem?
I am using UWP and migrating to WinUI3 is not an option (yet)
### Describe the solution you would like
I would like to use SkiaSharp 3.0 on UWP but…