[CI] New build action + Build framework on linux (#2848)
* Create dotnet.yml * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * pragma disable some obsolete warnings * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * update vars for windows * cache? dotnet * oops forgot to save * add concurrency * test deploy * fix? * disable caching * Update dotnet.yml * Update dotnet.yml * Update dotnet.yml * ... * Update dotnet.yml * it should build now. maybe. probably * huh? * huh x2 * disable deploy on PRs / enable cache * publish test results * Update dotnet.yml * remove cache cuz it's useless * Update dotnet.yml * push to github packages cuz why not * add toggle vars for pushes * Update dotnet.yml * uncomment release since there's a toggle now
This commit is contained in:
@@ -163,7 +163,9 @@ namespace Discord.Interactions
|
||||
{
|
||||
Name = moduleInfo.SlashGroupName,
|
||||
Description = moduleInfo.Description,
|
||||
#pragma warning disable CS0618 // Type or member is obsolete
|
||||
IsDefaultPermission = moduleInfo.DefaultPermission,
|
||||
#pragma warning restore CS0618 // Type or member is obsolete
|
||||
IsDMEnabled = moduleInfo.IsEnabledInDm,
|
||||
IsNsfw = moduleInfo.IsNsfw,
|
||||
DefaultMemberPermissions = moduleInfo.DefaultMemberPermissions
|
||||
|
||||
Reference in New Issue
Block a user