Crates.io | mssf-metadata |
lib.rs | mssf-metadata |
version | 0.0.1 |
source | src |
created_at | 2024-03-14 18:25:31.562167 |
updated_at | 2024-03-14 18:25:31.562167 |
description | mssf-metadata provides linking libs for Microsoft Service Fabric on windows. |
homepage | https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-overview |
repository | https://github.com/Azure/service-fabric-metadata |
max_upload_size | |
id | 1173653 |
size | 54,741 |
Metadata of service-fabric copied and selected from: service-fabric
The use of this repo as a dependency does not require these dependencies.
winget install Microsoft.DotNet.SDK.6
and winget install Microsoft.DotNet.Runtime.6
dotnet tool install --global ClangSharpPInvokeGenerator --version 16.0.0
idl from https://github.com/microsoft/service-fabric/tree/master/src/prod/src/idl into idl and internal_idl
cpp headers in this repo are generated from idls in fabric and fabric_internal
Windows support libs are generated from dll binaries from service fabric runtime installation.
cmake targets fabric_sdk
and fabric_internal_sdk
can be used for accessing cpp headers.
winmd for service-fabric that is used to generate csharp or rust code in .windows folder.
See fabric-rpc for example of how to use this project.
Exposes fabric support libs to rust lang through build.rs. winmd is used by windows rust tool chain to generate rust bindings. See service-fabric-rs for details.
Microsoft MIT license