RevitAPI and RevitAPIUI with only public class/interface/enum and without WPF/Drawing references.
License
—
Deps
6
Install Size
—
Vulns
✓ 0
Published
Aug 5, 2025
$ dotnet add package ricaun.RevitAPI.Fake.ReferencesFake RevitAPI and RevitAPIUI for version 2019, 2020, 2021, 2022, 2023, 2024, 2025 and 2026.
Each fake files was generated inside Revit by creating each file with the public methods and properties of the original API.
The WPF and Drawing reference was removed and the methods and properties as well from the fake files.
The RevitAPI.Fake.References project contains the references fake references for the original RevitAPI and RevitAPIUI.
This package contains the RevitAPI.dll and RevitAPIUI.dll fake references.
<PackageReference Include="ricaun.RevitAPI.Fake.References" Version="*" />
This package contain only the RevitAPI.dll fake reference.
<PackageReference Include="ricaun.RevitAPI.Fake.References.RevitAPI" Version="*" />
This package contain only the RevitAPIUI.dll fake reference.
<PackageReference Include="ricaun.RevitAPI.Fake.References.RevitAPIUI" Version="*" />
The fake files was generated using the original RevitAPI and RevitAPIUI files using the FakeGenerator.Tests based in the speckle-sharp-host-apis.