Giter Site home page Giter Site logo

Comments (11)

punker76 avatar punker76 commented on May 18, 2024

@ExVeGi what no do you mean with unsupported? Which version?

from tinylittlemvvm.

ExVeGi avatar ExVeGi commented on May 18, 2024

The alpha version, it's not a full release, will tinylittlemvvm support it after full release or even while in alpha?

from tinylittlemvvm.

punker76 avatar punker76 commented on May 18, 2024

@ExVeGi Which alpha?

from tinylittlemvvm.

ExVeGi avatar ExVeGi commented on May 18, 2024

@punker76 NuGet unstable version - 1.6.0-alpha0184

from tinylittlemvvm.

punker76 avatar punker76 commented on May 18, 2024

@thoemmi It really doesn't work with v1.6 (pre-release), caused by these lines in csproj

    <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\MahApps.Metro.1.3.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
      <Private>True</Private>
    </Reference>

2018-01-31_08h39_37

This could be solved e.g. with the paket manager which doesn't add the version informations...

    <When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5'">
      <ItemGroup>
        <Reference Include="MahApps.Metro">
          <HintPath>..\packages\MahApps.Metro\lib\net45\MahApps.Metro.dll</HintPath>
          <Private>True</Private>
          <Paket>True</Paket>
        </Reference>
      </ItemGroup>
    </When>

from tinylittlemvvm.

ExVeGi avatar ExVeGi commented on May 18, 2024

@punker76 I've fixed it for myself, thanks.
@thoemmi it would be useful if it was implemented in the nuget package.

from tinylittlemvvm.

thoemmi avatar thoemmi commented on May 18, 2024

IIRC another issue is that TinyLittleMvvm is currently built for MahApps.Metro 1.3, which is strong-named, but starting with 1.6 MahApps.Metro isn't strong-named anymore.
Anyway, this week I'm busy, so I hope to address this issue next weekend.
Nevertheless, there will be new release of TinyLittleMvvm once MahApps.Metro 1.6 is released.

from tinylittlemvvm.

ExVeGi avatar ExVeGi commented on May 18, 2024

Just a reminder, don't forget about Autofac 4.6.2, it is out.

from tinylittlemvvm.

Kamdzy avatar Kamdzy commented on May 18, 2024

#8 Should do the work

from tinylittlemvvm.

thoemmi avatar thoemmi commented on May 18, 2024

I have uploaded a new unstable release, see https://www.nuget.org/packages/TinyLittleMvvm/0.6.0-unstable0003 (it's in NuGet's queue for validation at the moment).

I also used the opportunity for some housekeeping, i.e. I cleaned up the build process and updated the projects to the new csproj SDK format, see 640be8f.

Thanks to @Kamdzy for his contribution!

@ExVeGi Could you please check if the new package works?

from tinylittlemvvm.

ExVeGi avatar ExVeGi commented on May 18, 2024

Tested, confirmed working. Thank you.

from tinylittlemvvm.

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.