https://github.com/martincostello/dotnet-macos-notarization-example
An example of implementing notarization for a self-contained .NET application on macOS
https://github.com/martincostello/dotnet-macos-notarization-example
dotnet macos notarization
Last synced: 11 months ago
JSON representation
An example of implementing notarization for a self-contained .NET application on macOS
- Host: GitHub
- URL: https://github.com/martincostello/dotnet-macos-notarization-example
- Owner: martincostello
- License: apache-2.0
- Created: 2021-05-10T11:45:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T15:34:39.000Z (11 months ago)
- Last Synced: 2025-05-07T17:12:24.271Z (11 months ago)
- Topics: dotnet, macos, notarization
- Language: PowerShell
- Homepage:
- Size: 77.1 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# .NET Notarization Example for macOS
This repository contains an example workflow for
[notarizing](https://docs.microsoft.com/en-us/dotnet/core/install/macos-notarization-issues)
a self-contained .NET application for macOS using
[GitHub Actions](https://docs.github.com/en/actions).
## Further Reading and Sources
* [macOS Catalina Notarization and the impact on .NET Core downloads and projects](https://docs.microsoft.com/dotnet/core/install/macos-notarization-issues)
* [Notarizing macOS Software Before Distribution](https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution)
* [.NET Core Application macOS Packaging and Notarization](https://www.xamboy.com/2020/05/28/net-core-application-macos-packaging-and-notarization/)
* [macOS Packing](https://docs.avaloniaui.net/docs/distribution-publishing/macos)
* [devbotsxyz/xcode-notarize](https://github.com/devbotsxyz/xcode-notarize)