Silinda.B
Silinda.B
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
yeah i give up, but thanks a lot for trying to help guys!
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
ahaa, i will check it out then. It just a bit weird since my TA always said that to run a test you just say dotnet test and then the name of the .cs you want to test
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
then i get this: (base) silindabaftijari@MacBook-Pro-tilhrende-Silinda Assingment 8 % dotnet help test TestCollatz.cs Unrecognized command or argument 'TestCollatz.cs' Description: .NET CLI help utility Usage: dotnet help [<COMMAND_NAME>] [options] Arguments: <COMMAND_NAME> The SDK command to launch online help for. Options: -?, -h, --help Show command line help. (base) silindabaftijari@MacBook-Pro-tilhrende-Silinda Assingment 8 %
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
using "dotnet test Testcollatz.cs"
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
okayy i just did that and the errors dissappeared ! but when i tried to run the testCollatz.cs, the same error came
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
"using NUnit.Framework;" at the top
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
i already have actually but it still says all that
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
i tried it and now i get these kind of errors:
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
yeah i have
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
yes
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
VsCode
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
(base) silindabaftijari@MacBook-Pro-tilhrende-Silinda Assingment 8 % dotnet --version 7.0.202 (base) silindabaftijari@MacBook-Pro-tilhrende-Silinda Assingment 8 % dotnet --list-sdks 6.0.301 [/usr/local/share/dotnet/sdk] 6.0.401 [/usr/local/share/dotnet/sdk] 6.0.405 [/usr/local/share/dotnet/sdk] 6.0.406 [/usr/local/share/dotnet/sdk] 7.0.202 [/usr/local/share/dotnet/sdk] (base) silindabaftijari@MacBook-Pro-tilhrende-Silinda Assingment 8 %
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
yes
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
long story short, this is a school assignment, we are already given the collatz.cs file and just need to create a testcollatz.cs. I then made one but as you can see i get that error. I have then tried to make a whole new file, with the same code ect. but again same error. I used .NET 6
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
and what can i do to fix it? i am a beginner so i am not that experienced ..
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
hmm its only consist of 2 files, a collatz.cs and a testcollatz.cs, i have tried everything so i dont know what the problem could be.
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
i have tried actually, its the same error
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net6.0</TargetFramework> <RootNamespace>Assignment 8</RootNamespace> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="NUnit" Version="3.12.0" /> </ItemGroup> </Project>
60 replies
CC#
Created by Silinda.B on 4/17/2023 in #help
❔ Need help with a MSB4025 error.
could you help me out? can i send it in here?
60 replies