Azure Resource Provisioning Example
So for example, we want to provision some Azure services like this:
.NET Test, Build & Publish
Here's an example of publishing a NuGet package. Complete with generating sematic versioning, and running tests.
Fully Orchestrated Example
The pipeline to test, generate and upload the NuGet packages for this library.. is made from this library.
F# Interactive Example
F# Interactive (FSI) is a powerful tool for executing F# code snippets and scripts in an interactive environment. It allows you to quickly test and iterate on your F# code without needing to create a full project structure.
Single File C# Example
Starting with dotnet 10 (preview 4), you can use the new file-based C# application feature to write scripts in C# without needing to create a full project structure. This is particularly useful for quick scripts or small utilities.