Code Monkey home page Code Monkey logo

Comments (7)

danpere avatar danpere commented on May 13, 2024

You should be able to open the sample solutions in this repository in Visual Studio and run them. I just cloned the repo on my machine and did so with the latest Visual Studio 2019. I was also able to build them using dotnet build WranglingSamples.sln. Both will automatically get the packages from NuGet. That should give you a starting place to work from.

If that's not working for you, then we'll need more details about what's not working to help you.

from prose.

OlivlfilipeOliveira avatar OlivlfilipeOliveira commented on May 13, 2024

You should be able to open the sample solutions in this repository in Visual Studio and run them. I just cloned the repo on my machine and did so with the latest Visual Studio 2019. I was also able to build them using dotnet build WranglingSamples.sln. Both will automatically get the packages from NuGet. That should give you a starting place to work from.

If that's not working for you, then we'll need more details about what's not working to help you.

this happened here when I followed what you said:

Screenshot from 2019-11-22 10-12-14

from prose.

danpere avatar danpere commented on May 13, 2024

I assume from that screenshot that you're on Linux? (If not, following the link that error message gives should fix the issue, I assume.) Our samples have the target framework set to net45 which is Windows-only. They should run just fine on .NET Core, so I'll see if we can change that. You can change it yourself by going into the .csproj files and changing the <TargetFramework> line to target .netcoreapp2.1 or .netcoreapp2.2 instead of net45. (Here's the documentation on the valid options.). BTW, there's currently a bug that will be fixed in the next release that makes .netcoreapp3.0 not work.

from prose.

OlivlfilipeOliveira avatar OlivlfilipeOliveira commented on May 13, 2024

I assume from that screenshot that you're on Linux? (If not, following the link that error message gives should fix the issue, I assume.) Our samples have the target framework set to net45 which is Windows-only. They should run just fine on .NET Core, so I'll see if we can change that. You can change it yourself by going into the .csproj files and changing the <TargetFramework> line to target .netcoreapp2.1 or .netcoreapp2.2 instead of net45. (Here's the documentation on the valid options.). BTW, there's currently a bug that will be fixed in the next release that makes .netcoreapp3.0 not work.

I changed the net45 to .netcoreapp2.2 and still giving error as shown in the screenshot.
 
So if I urge on windows will it work? I tried another day and gave the same error as the previous screenshot.
Captura de Tela_Área de Seleção_20191127015201

from prose.

danpere avatar danpere commented on May 13, 2024

That appears to be the error saying .NET Framework 4.5 support isn't installed which is what I get when I try to build the current version of the samples on Linux, so maybe you missed something? I made the change in the feature/netcore-support branch on my fork of the repo and was able to successfully build and run the samples on Linux and Mac.

from prose.

OlivlfilipeOliveira avatar OlivlfilipeOliveira commented on May 13, 2024

That appears to be the error saying .NET Framework 4.5 support isn't installed which is what I get when I try to build the current version of the samples on Linux, so maybe you missed something? I made the change in the feature/netcore-support branch on my fork of the repo and was able to successfully build and run the samples on Linux and Mac.

continued the same mistake... :(

from prose.

danpere avatar danpere commented on May 13, 2024

continued the same mistake... :(

I'm sorry. I don't understand what you're trying to say. Could you explain in more detail?

from prose.

Related Issues (20)

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.