Service Fabric Native helpers
Перейти к файлу
microsoft-github-policy-service[bot] ff6cc423d9
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#125)
* Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement

Owners of the FabricBot configuration should have received email notification. The same information contained in the email is published internally at: https://aka.ms/gim/fabricbot. Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html

Please review and merge this PR to complete the process of onboarding to the new service.

* Deleting fabricbot.json

---------

Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2023-08-01 11:41:16 -07:00
.github/policies FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#125) 2023-08-01 11:41:16 -07:00
build Build with VS2022 (#32) 2022-02-13 21:13:05 -08:00
deps New dependencies (#124) 2023-06-30 13:25:02 -07:00
devdoc add support for type double in sf_config (#118) 2023-05-01 19:22:18 -07:00
inc/sf_c_util Switch to Logging v2 (#123) 2023-06-28 17:34:03 -07:00
sfwrapper Switch to Logging v2 (#123) 2023-06-28 17:34:03 -07:00
src Switch to Logging v2 (#123) 2023-06-28 17:34:03 -07:00
tests Switch to Logging v2 (#123) 2023-06-28 17:34:03 -07:00
tools/servicefabric_enums_to_strings_generator update to 9 0cu3 (#58) 2022-09-22 19:14:16 -07:00
.gitignore new better gitignore and submodules (#36) 2022-05-13 16:05:24 -07:00
.gitmodules Update c-util and update CMake (#103) 2023-03-17 10:14:05 -07:00
CMakeLists.txt Switch to Logging v2 (#123) 2023-06-28 17:34:03 -07:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-06-21 16:10:59 -07:00
LICENSE LICENSE committed 2021-06-21 16:10:59 -07:00
README.md Fix readme 2021-06-22 15:40:59 -07:00
SECURITY.md SECURITY.md committed 2021-06-21 16:11:00 -07:00
SUPPORT.md Fix gitignore 2021-06-22 15:13:45 -07:00

README.md

sf-c-util

This project is collection of native code helpers for interacting with Service Fabric. It contains:

  • A module that can read configuration for an SF code package.
  • An implementation of the IFabricAsyncOperationCallback interface
  • An implementation of the IFabricStringResult interface

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.