Skip to content

Commit

Permalink
Downgrad to dotnet version 2.5.403 cause of OmniSharp/omnisharp-vim…
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJu committed Nov 23, 2018
1 parent 017db70 commit 5d72b9d
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 909 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/bin
/obj
!/obj/project.assets.json
32 changes: 16 additions & 16 deletions Aspnet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aspnet", "Aspnet.csproj", "{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aspnet", "Aspnet.csproj", "{79BA6765-058D-4E3C-91B0-C6EE898E23FF}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Expand All @@ -14,21 +17,18 @@ Global
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Debug|x64.ActiveCfg = Debug|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Debug|x64.Build.0 = Debug|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Debug|x86.ActiveCfg = Debug|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Debug|x86.Build.0 = Debug|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Release|Any CPU.Build.0 = Release|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Release|x64.ActiveCfg = Release|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Release|x64.Build.0 = Release|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Release|x86.ActiveCfg = Release|Any CPU
{8AA52B21-C43A-44D5-81CE-A3A1E2849CC1}.Release|x86.Build.0 = Release|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Debug|x64.ActiveCfg = Debug|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Debug|x64.Build.0 = Debug|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Debug|x86.ActiveCfg = Debug|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Debug|x86.Build.0 = Debug|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Release|Any CPU.Build.0 = Release|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Release|x64.ActiveCfg = Release|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Release|x64.Build.0 = Release|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Release|x86.ActiveCfg = Release|Any CPU
{79BA6765-058D-4E3C-91B0-C6EE898E23FF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Teacher's instructions

Cahier des charges n°4 – Gestion vidéothèque

Sujet/contexte :
Le propriétaire d’une vidéothèque vous demande de lui réaliser une application pour gérer sa vidéothèque.

Le propriétaire d’une vidéothèque vous demande de lui réaliser une application
pour gérer sa vidéothèque.

Il aimerait bien disposer des fonctionnalités suivantes :
1. Mettre à jours son stock par des nouveaux articles au fur et à mesure qu’ils arrivent ;
2. Rechercher les films par réalisateur, catégorie, date de sortie et par nom du film
1. Mettre à jours son stock par des nouveaux articles au fur et à mesure qu’ils
arrivent ;
2. Rechercher les films par réalisateur, catégorie, date de sortie et par nom du
film
3. Connaitre tous les articles en cours de locations et leurs dates de retours
4. Les films loués par une personne
5. Les personnes qui ont loué un film
Expand All @@ -24,8 +30,13 @@ Il aimerait bien disposer des fonctionnalités suivantes :
* OmniSharp Vim, see my issue at:
1. https://github.com/OmniSharp/omnisharp-vim/issues/423
2. https://github.com/OmniSharp/omnisharp-vim/issues/425 :
3. https://github.com/OmniSharp/omnisharp-vim/issues/427
4. https://github.com/OmniSharp/omnisharp-roslyn/issues/1341
(do not forget to remove package `mono` installed by the Linux Distro).

* Warning, actually (21/11/2018) OmniSharp Vim doesn't work with dotnet versio
500, but works well with version 403 :-).

* To finish install of dotnet and avoid error message when you run `dotnet run` "
```
System.InvalidOperationException: Unable to configure HTTPS endpoint.
Expand Down
Loading

0 comments on commit 5d72b9d

Please sign in to comment.