Coder Social home page Coder Social logo

ecampidoglio / linker Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 23.0 465 KB

๐Ÿ”— A simple URL shortening website that serves as a nice demo application.

Home Page: https://lnker.net

License: MIT License

C# 78.85% PowerShell 8.97% Shell 1.81% HTML 3.86% JavaScript 2.79% Dockerfile 0.23% SCSS 3.49%
aspnet-core aspnet-web-api cake-build demo-app pluralsight web-api

linker's People

Contributors

dependabot[bot] avatar ecampidoglio avatar

Stargazers

 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

linker's Issues

Following the Pluralsight course with the updated Linker

Hello!

I'm following your Pluralsight course, and trying to follow with Linker at the same time

But now i assume the project structure is a bit different?
I get the following error, so it still seems to reference the past project files?

Build FAILED.

"D:\Development\Linker\src\Linker.sln" (Build target) (1) ->
(Build target) -> 
  D:\Development\Linker\src\Linker.sln.metaproj : error MSB3202: The project file "D:\Development\Linker\src\Web\Web.csproj" was not found. [D:\Development\Linker\src\Linker.sln]
  D:\Development\Linker\src\Linker.sln.metaproj : error MSB3202: The project file "D:\Development\Linker\src\Tests\Tests.csproj" was not found. [D:\Development\Linker\src\Linker.sln]
  D:\Development\Linker\src\Linker.sln.metaproj : error MSB3202: The project file "D:\Development\Linker\src\Model\Model.csproj" was not found. [D:\Development\Linker\src\Linker.sln]

when running the following build.cake

Task("Build")
    .Does(() =>
    {
        DotNetBuild("src/Linker.sln", settings => settings.SetConfiguration("Debug")
                                                          .WithTarget("Build"));
    });


    RunTarget("Build");

.NET 6 upgrade plus minimal apis

Hey ๐Ÿ‘‹
would you be interested in an upgrade for Linker to .NET6 and a migration to minimal apis? I may open a PR if you want.

I've appreciated your Cake presentation at the NDC Conferences, and I thought I could contribute to Linker.

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.