An open API service indexing awesome lists of open source software.

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

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)