9 packages tagged with “Once”
Automatically force your ClickOnce app to update itself without prompting the user, making a less obtrusive end-user experience, and guaranteeing they are always using the latest version of the application. Adds a post-build event to the project to run a PowerShell script that updates the ClickOnce project's minimum required version in the .csproj/.vbproj file to the latest published version. Because the PowerShell script modifies the .csproj/.vbproj file outside of Visual Studio, the first time you do a build after publishing a new ClickOnce version, if you have any files from that project open you will be prompted to reload the project. In order to prevent this from closing your open tabs, I recommend installing Scott Hanselman’s Workspace Reloader Visual Studio extension. If it does not seem to be working or causes the build to fail, check the Output window for any errors that may have occurred.
Provides an object that can be assigned only once.
A WinForm control for selecting an event schedule. Documentation available at: https://marcjohnston.github.io/byMarc.Net2.WinControls.Scheduling/ Issues and bug tracker available at: https://github.com/marcjohnston/byMarc.Net2.WinControls.Scheduling/issues NuGet package available at: https://www.nuget.org/packages/byMarc.Net2.WinControls.Scheduling/ Purchase source code here: https://bymarc.store/product/bymarc-net2-wincontrols-scheduling/
Once binding library for Bridge.NET projects.
.Net Core implementation of a self updating component which even updates the updater itself. By implementing a simple interface in your code and referencing a Nuget package you enable your application (desktop or Web) for self updating.
A simple .NET tool to execute other dotnet tools without installing them globally or in a project.
Cinlogic.Sync provides an easy way to ensure an action or function is executed only once in a multi-threaded environment. It is inspired by Go's sync.Once type.