[Info] Release 0.7 (x86/x64) - MPExtended, WebMP, Bootstrap skin by ajs - Hard way (6 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,685
    10,647
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #31
    Do you have applied my patch?
    Yes - fix ffmpeg build error (azzuro patch) · andrewjswan/MPExtended@bba4bed
    But not build ... AppVeyor
    New error:
    Code:
    C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(4616,5): error MSB3030: Could not copy the file "App.config" because it was not found. [c:\project\mpextended\Libraries\MPExtended.Libraries.SQLitePlugin\MPExtended.Libraries.SQLitePlugin.csproj]
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,685
    10,647
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #32
    It seems that I found a mistake, I'm trying to fix it ... I either forgot to commit App.config files for changed projects or they are not needed. they are not in release 0.6, I try to remove ...
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,685
    10,647
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #33
    It looks like the build passed, but the tests do not pass ... I would understand why :)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,685
    10,647
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #35
    can you try my patch on release0.6, without your change
    I’m not at home, I can’t try, do you have Tests with normal results?
    I have:
    Code:
    22 total, 2 failed, 0 skipped, took 0.739 seconds
    Command exited with code 2
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,685
    10,647
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #37
    Failed tests:
    Code:
    Test assembly: c:\project\mpextended\Tests\MPExtended.Tests.Libraries.Service\bin\Debug\MPExtended.Tests.Libraries.Service.dll
    MPExtended.Tests.Libraries.Service.WCF.CustomQueryStringConverterTests.TestCustomFeatures [FAIL]
       Assert.Equal() Failure
       Expected: 1/17/2012 2:52:29 PM
       Actual:   1/17/2012 3:52:29 PM
      
    MPExtended.Tests.Libraries.Service.Config.Tests.Upgrading.WebMediaPortalHosting [FAIL]
       System.Collections.Generic.KeyNotFoundException : The given key was not present in the dictionary.
       Stack Trace:
          at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
          c:\project\mpextended\Libraries\MPExtended.Libraries.Service\Config\ConfigurationList.cs(57,0): at MPExtended.Libraries.Service.Config.ConfigurationList.Get[TModel](ConfigurationFile file)
          c:\project\mpextended\Libraries\MPExtended.Libraries.Service\Configuration.cs(117,0): at MPExtended.Libraries.Service.Configuration.get_WebMediaPortalHosting()
          c:\project\mpextended\Tests\MPExtended.Tests.Libraries.Service\Config\Tests\Upgrading.cs(112,0): at MPExtended.Tests.Libraries.Service.Config.Tests.Upgrading.WebMediaPortalHosting()
     

    Users who are viewing this thread

    Top Bottom