Closed ghost closed 2 years ago
Here you can see it are the content files of MonoGame.Extended
Hello
I have the same problem. Is there a fix already?
you should erase all that and put Nuget dependency instead then build, diff the project files and such and submit a PR if you use it... i thik its kind of unmaintained as a whole....pieces are used here and there so people just take parts out.
On Sat, Apr 9, 2022 at 8:10 PM monogamefan @.***> wrote:
Hello
I have the same problem. Is there a fix already?
— Reply to this email directly, view it on GitHub https://github.com/craftworkgames/MonoGame.Extended/issues/762#issuecomment-1094159778, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD74XGNSNQKQRMMAWAQUXJDVEI2AHANCNFSM5SWQKDEQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I'm a beginner and can't do this at all. I'm looking for somebody who can fix the nuget package so I can use it correctly. Do you want to do it?
I'm also wondering what Tiled version is supported in the package since I can't find any information.
Looks like extra files are in that NuGet package specifically.
You can simply edit your .csproj
file to exclude those files:
<ItemGroup>
<PackageReference Include="MonoGame.Extended" Version="3.8.0">
<ExcludeAssets>contentFiles</ExcludeAssets>
</PackageReference>
</ItemGroup>
Can't you release a fixed nuget package? I can't edit each time for each of my projects this file again...
What Tiled version number is supported in MonoGame.Extended?
I can't edit each time for each of my projects this file again...
It's really not that hard. You open up your .csproj
file and edit it by hand. Using a find and replace can make it even faster.
Can't you release a fixed nuget package?
No. All time and effort is put towards Katabasis.
What Tiled version number is supported in MonoGame.Extended?
I don't remember.
Euhm you don't give any information I can use. Is this project abandoned?
What is Katabasis?!?
Will MonoGame.Extended nuget package be updated when there is a new MonoGame so it's compatible with latest MonoGame? I'm depending on it for my game.
Is this project abandoned?
No. It's in maintenance phase of the software development life cycle.
What is Katabasis?
The next version of MonoGame.Extended
Will MonoGame.Extended nuget package be updated when there is a new MonoGame so it's compatible with latest MonoGame?
Yes.
Ah ok! So Katabasis will be updated along with MonoGame releases?
Is there a repository already of Katabasis?
thx
Hi
I have the same problem as https://github.com/craftworkgames/MonoGame.Extended/issues/752
When installing MonoGame.Extended 3.8.0 I get those weird files in my visual studio project
Please don't say it has nothing to do with MonoGame.Extended because when uninstalling MonoGame.Extended the files are gone. So when only using MonoGame without MonoGame.Extended package, the files are not there.
Can it be fixed please?