Giter Site home page Giter Site logo

jmalarcon / dotnetversions Goto Github PK

View Code? Open in Web Editor NEW
426.0 426.0 91.0 28 KB

Command line tool that shows the currently installed "classic" .NET versions in your system

Home Page: https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed

License: MIT License

C# 100.00%

dotnetversions's Introduction

Howdy! πŸ‘‹

⚑ I'm Jose Alarcón, from rainy Galicia, in the northwest of Spain (Europe). I'm an engineer, entrepeneur, writer and speaker.

πŸ’» My code is mainly focused in 🌐 Web develoment: Front-End with JavaScript, and backend with C# and the .NET Framework, although I do a lot of this and that with other langs, frameworks and tools.

πŸ’¬ Ask me about anything related to online training in Spain, which is what I do for a living.

πŸ“« You can reach me through:

My basic stats on GitHub

These are my highlighted Open Source projects at GitHub:

dotnetversions's People

Contributors

burzyn1 avatar imba-tjd avatar jmalarcon 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  avatar  avatar  avatar

dotnetversions's Issues

.NET Framework compatibility

According to your documentation, DotNetVersions should require .NET Framework 2.0 to be executed. Even though I have the latest .NET Framework 4.8 installed (the Developer Pack edition), when I execute DotNetVersions, it triggers the missing runtime dialog:

Missing runtime dialog

Is it expected? I thought that .NET Framework should be backwards compatible. Do I really need to install .NET Framework 3.5?

Doesnt automatically exit.

Tested this on bare metal install of windows and also clean install of windows in a VM, in both cases it detects all .NET versions up to 4.8 then sits there until I abort, the longest case just over 6 hours, whilst sitting there I see no i/o or cpu activity from the process.

Seems hitting enter causes it to exit as well, so is it finishing but just not auto exiting? The bare metal also has newer versions of .NET which dont show, hence me waiting.

Seems by design this is only for older versions of .NET so i guess its just about the exit behaviour.

#3 (comment)

Version display

Hello, I know this nice little app for a long time, but it always reminds me to ask this question:
Shouldn't is say "4.8.1" somewhere? Not sure everyone will know 4.8.09037 is 4.8.1...

4.8.1

How to run the tool ? Updating of the Readme file

I was looking for an .exe file so I can run it and get the version of .net.

An update to the README.md can help with this so I know what I am supposed to do to get the version of the .net running on my system.

Is it supposed to be that I have to download and run the project locally to get the correct version ?

Missing one thing

Runs great! Just would really like to request feature that adds file path to each version...thanks!

Support running on .NET Framework 4 and later

This tool targets .NET 2.0, which means by default it will only run if you have a 2.0 to 3.5 runtime installed. On all currently supported versions of Windows, the 3.5 runtime is an optional component that is not installed by default. Windows will prompt you to download 3.5 if you try to run this tool and only have 4+ is installed.

One option is to create an app.config file to enable forward compatibility. To prefer 4+ but still run back to 2.0, you want something like this:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <startup> 
        <supportedRuntime version="v4.0"/>
        <supportedRuntime version="v2.0.50727"/>
    </startup>
</configuration>

Unfortunately, you no longer have a single file deployment, but I think that's the only option other than retargeting.

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.