monaco icon indicating copy to clipboard operation
monaco copied to clipboard

Template for .NET projects

Results 25 monaco issues
Sort by recently updated
recently updated
newest added

## Detailed Description Include .NET Aspire orchestration and components as part of the Backend solution. ## Context Since we want to include multiple other features for making Monaco a cloud-ready...

enhancement

Create templates for the following types of individual files - Command feature file - Command (with / without return type) - Validator (with / without ID) - CommandHandler - Query...

enhancement
good first issue
blocked

## Detailed Description Include a new project for implementing a gRPC service as interface for consuming Monaco's demo business as an alternative to the current REST API service project. This...

enhancement

## Detailed Description Wiki docs need to be updated to the latest changes, including Worker Service, new Features structure, new template flags.

documentation

## Detailed Description Perform the implementation of Feature Flags with the use of the `Microsoft.FeatureManagement` libraries. ## Context Because many projects release strategy is based on the trunk-based development, it...

enhancement

## Detailed Description Add to the already existing tests a new type for testing the architecture of the solution. ## Context This should help keeping existing conventions and structure and...

enhancement

## Detailed Description Create another project template on the solution of type Azure Function (isolated process) for setting up a timer-triggered function. ## Context The idea behind this is to...

enhancement

## Description Added Code Climate Badges ## Related Issue Related https://github.com/onebeyond/maintainers/issues/113 ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes -...

Include an integration and options for configuring SignalR in the solution.

When as a result of a request to the backend the response is a status 500, there should be a cross-app mechanism to catch this, log it properly and display...