Skip to content

fix: [Wasm] Add net8 p/invoke workaround #757

fix: [Wasm] Add net8 p/invoke workaround

fix: [Wasm] Add net8 p/invoke workaround #757

Triggered via pull request March 28, 2024 18:45
Status Failure
Total duration 3m 14s
Artifacts
Build and Deploy Job
3m 5s
Build and Deploy Job
Close Pull Request Job
0s
Close Pull Request Job
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
Build and Deploy Job: Uno/NuGetPackageExplorer.Wasm/Program.cs#L25
The type or namespace name 'DllImportAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build and Deploy Job: Uno/NuGetPackageExplorer.Wasm/Program.cs#L25
The type or namespace name 'DllImport' could not be found (are you missing a using directive or an assembly reference?)
Build and Deploy Job: Uno/NuGetPackageExplorer.Wasm/Program.cs#L25
The type or namespace name 'DllImportAttribute' could not be found (are you missing a using directive or an assembly reference?)
Build and Deploy Job: Uno/NuGetPackageExplorer.Wasm/Program.cs#L25
The type or namespace name 'DllImport' could not be found (are you missing a using directive or an assembly reference?)
Build and Deploy Job
Process completed with exit code 1.
Build and Deploy Job
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Deploy Job: Core/AssemblyMetadata/AssemblyDebugParser.cs#L297
Dereference of a possibly null reference.
Build and Deploy Job: Core/Packages/Pkcs/TBSCertificateExtension.cs#L18
Non-nullable property 'ExtnID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Core/Packages/Pkcs/TBSCertificateExtension.cs#L20
Non-nullable property 'ExtnValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Core/Packages/Pkcs/AlgorithmIdentifier.cs#L15
Non-nullable property 'Algorithm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Core/Packages/Pkcs/TBSCertificate.cs#L19
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Core/Packages/Pkcs/TBSCertificate.cs#L20
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Core/Packages/Pkcs/TBSCertificate.cs#L22
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Core/Packages/Pkcs/SignerInfo.cs#L16
Non-nullable property 'Sid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Core/Packages/Pkcs/SignerInfo.cs#L17
Non-nullable property 'DigestAlgorithm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Core/Packages/Pkcs/SignerInfo.cs#L19
Non-nullable property 'SignatureAlgorithm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.