Skip to content

Update docfx.json

Update docfx.json #82

Triggered via push May 3, 2024 03:37
Status Failure
Total duration 1m 38s
Artifacts

docfx_deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-docs
Process completed with exit code 1.
build-docs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-docs: OpenMEPViewExtension/OpenMEPViewExtension.cs#L16
Nullability of reference types in type of parameter 'sender' of 'Assembly? OpenMEPViewExtension.CurrentDomainOnAssemblyResolve(object sender, ResolveEventArgs args)' doesn't match the target delegate 'ResolveEventHandler' (possibly because of nullability attributes).
build-docs: OpenMEPCad/MarshalCore/MarshalForCore.cs#L38
Converting null literal or possible null value to non-nullable type.
build-docs: OpenMEPSandbox/Geometry/Surfaces.cs#L158
'Surface.ToNurbsSurface()' is obsolete: 'This method is deprecated and will be removed in a future version of Dynamo. Use ToNurbsSurface(bool limitSurface) instead.'
build-docs: OpenMEPSandbox/Geometry/Surfaces.cs#L205
'Surface.ToNurbsSurface()' is obsolete: 'This method is deprecated and will be removed in a future version of Dynamo. Use ToNurbsSurface(bool limitSurface) instead.'
build-docs: OpenMEPRevit/Application/Dynamo.cs#L25
Converting null literal or possible null value to non-nullable type.
build-docs: OpenMEPRevit/Application/Dynamo.cs#L26
Dereference of a possibly null reference.
build-docs: OpenMEPRevit/Application/OpenMEP.cs#L29
Converting null literal or possible null value to non-nullable type.
build-docs: OpenMEPRevit/Application/OpenMEP.cs#L41
Converting null literal or possible null value to non-nullable type.
build-docs: OpenMEPRevit/Element/ImportInstance.cs#L33
Dereference of a possibly null reference.
build-docs: OpenMEPRevit/Application/OpenMEP.cs#L49
This call site is reachable on all platforms. 'RegistryKey.Close()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)