Giter Site home page Giter Site logo

pereiren / dotnet-template-onion Goto Github PK

View Code? Open in Web Editor NEW
324.0 15.0 77.0 477 KB

Onion Architecture with .NET 6/.NET Core and CQRS/Event Sourcing following a DDD approach

C# 97.82% Dockerfile 2.18%
dotnet microservices-architecture onion-architecture clean-architecture hexagonal-architecture dotnet-core ddd ddd-patterns ddd-sample clean-architecture-boilerplate

dotnet-template-onion's People

Contributors

javierlinked avatar pereiren avatar srihari-sridharan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotnet-template-onion's Issues

docker build fails

Upon run
docker build -f Dockerfile ..

process fails because wrong .csproj file is referenced.

Step 1/17 : FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
 ---> c3a51e51a0f9
Step 2/17 : WORKDIR /app
 ---> Using cache
 ---> 9790ebeae196
Step 3/17 : EXPOSE 80
 ---> Using cache
 ---> 1f4abed4e62f
Step 4/17 : EXPOSE 443
 ---> Using cache
 ---> 6cc799c8153d
Step 5/17 : FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
 ---> dd6f8be8f903
Step 6/17 : WORKDIR /src
 ---> Using cache
 ---> bf4d464ea7f1
Step 7/17 : COPY ["Onion/Onion.csproj", "Onion/"]
COPY failed: file not found in build context or excluded by .dockerignore: stat Onion/Onion.csproj: file does not exist```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.