Anthony Sneed

Results 9 issues of Anthony Sneed

How should one go about implementing version control for CF templates? For example, would it be possible to create a CodePipeline that connects to a GitHub repo where the templates...

I have a containerized ASP.NET Core 2.1 Web API with the following Dockerfile: ```dockerfile FROM microsoft/dotnet:2.1-sdk-alpine AS build # Set working directory within container WORKDIR /app # Copy files COPY...

Are there plans for a version of the Amazon.Lambda.TestTool that will be compatible with a custom runtime for versions of .NET Core (2.2, etc)?

feature-request
module/lambda-test-tool
queued
p2
l

This will load a reference property. `IRepository`: ```csharp void LoadProperty(TEntity item, Expression property); ``` `IRepositoryAsync`: ```csharp Task LoadProperty(TEntity item, Expression property); ``` `Repository` (.NET Core implementation -- will be different...

enhancement
in-flight

Per this issue (https://github.com/dapr-dotnet-extensions/dapr-event-bus/issues/5), consider exposing CloudEvents Id and Time attributes. My framework can then get this info from the server instead of setting it locally.

kind/enhancement

If services are registered on a parent container, calling Dispose on a child container will not call dispose on registered services. Services must be registered directly on each child container....

Are there any plans to support ASP.NET Core 5.0? I would be willing to help out and create a pull request for this. Cheers, Tony

Added a shell script to execute chown after dotnet run. ``` # Set server urls and environment dotnet run --server.urls=http://*:5000 --environment=Development # Change ownership of created files to main user...

Add a Redis implementation of the event cache.

enhancement