Skip to content

fix(server): error as rpc answer #2368

fix(server): error as rpc answer

fix(server): error as rpc answer #2368

Workflow file for this run

name: .NET Core
on:
push:
paths:
- 'api/**.cs'
- '.github/workflows/dotnetcore.yml'
jobs:
buildwindows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build with dotnet
working-directory: ./api
run: |
dotnet build AltV.Net.Host -c Release -f net6.0
dotnet build AltV.Net.Host -c Release -f net6.0
dotnet build AltV.Net.Shared -c Release -f net6.0
dotnet build AltV.Net.CApi -c Release -f net6.0
dotnet build AltV.Net -c Release -f net6.0
dotnet build AltV.Net -c Debug -f net6.0
dotnet build AltV.Net.Async -c Release -f net6.0
dotnet build AltV.Net.Async -c Debug -f net6.0
dotnet build AltV.Net.Interactions -c Release -f net6.0
dotnet build AltV.Net.Async.CodeGen -c Release -f netstandard2.0
dotnet build AltV.Net.Resources.Chat.Api -c Release -f net6.0
dotnet build AltV.Net.EntitySync.ServerEvent -c Release -f net6.0
dotnet build AltV.Net.Client -c Release -f net6.0
dotnet build AltV.Net.Client.Async -c Release -f net6.0
dotnet build AltV.Net.ColShape -c Release -f net6.0
dotnet build AltV.Net.Sdk.Server -c Release -f net6.0
dotnet build AltV.Net.Sdk.Client -c Release -f net6.0
dotnet build AltV.Net.Sdk.Shared -c Release -f net6.0
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build with dotnet
working-directory: ./api
run: |
dotnet build AltV.Net.Host -c Release -f net6.0
dotnet build AltV.Net.Host -c Release -f net6.0
dotnet build AltV.Net.Shared -c Release -f net6.0
dotnet build AltV.Net.CApi -c Release -f net6.0
dotnet build AltV.Net -c Release -f net6.0
dotnet build AltV.Net -c Debug -f net6.0
dotnet build AltV.Net.Async -c Release -f net6.0
dotnet build AltV.Net.Async -c Debug -f net6.0
dotnet build AltV.Net.Interactions -c Release -f net6.0
dotnet build AltV.Net.Async.CodeGen -c Release -f netstandard2.0
dotnet build AltV.Net.Resources.Chat.Api -c Release -f net6.0
dotnet build AltV.Net.EntitySync.ServerEvent -c Release -f net6.0
dotnet build AltV.Net.Client -c Release -f net6.0
dotnet build AltV.Net.Client.Async -c Release -f net6.0
dotnet build AltV.Net.ColShape -c Release -f net6.0
dotnet build AltV.Net.Sdk.Server -c Release -f net6.0
dotnet build AltV.Net.Sdk.Client -c Release -f net6.0
dotnet build AltV.Net.Sdk.Shared -c Release -f net6.0