c# . core

  1. pinarg

    Bass.CreateStream returns <0

    Hi; In my Bass application I am trying to CreateStream from mp3 file or wav file however stream returns <0 using System; using ManagedBass; class Program { static void Main() { Console.WriteLine("ManagedBass testing begins!"); // Show DLL version...
  2. pinarg

    Multizone Player System Dante Virtual Souncard Library Problem

    I started a .NET Core WPF project to develop a multi-zone player system for businesses such as hotels that have multiple areas/zones. To handle a large number of audio drivers and channels, I started working with Dante Virtual Soundcard (DVS), which provides two types of services: WDM mode and...
  3. B

    Resolved Issue can't mock

    Hello, I have issue with Xunit in .Net core testing. I can't make mocking of my method GetBudgetByUser() it returns 0. I have tried all possible solutions but never found solution and I sit in stuck. [Fact] public async Task GetBudgetsByUser_ReturnsBudgets_WhenBudgetsFound() { // Arrange...
Back
Top Bottom