Commit Graph

18 Commits

Author SHA1 Message Date
Mihail Gribkov
f205bba17f Add net10.0 build target, update deps (#3200) 2025-11-11 22:34:40 +03:00
Mihail Gribkov
5ca29fd461 Remove unsupported SDK targets (#3193)
* yee old sdks (and CI cache too since it's pretty useless)

* also bump deps

* Update src/Discord.Net.Interactions/Discord.Net.Interactions.csproj

Co-authored-by: d4n <dan3436@hotmail.com>

* Update src/Discord.Net.Core/Discord.Net.Core.csproj

Co-authored-by: d4n <dan3436@hotmail.com>

* `.ForEachAsync` => `await foreach`

* remove old targets from .nuspec & update docs

* bump sdk in ws4net provider (probably should deprecate it tho)

---------

Co-authored-by: d4n <dan3436@hotmail.com>
2025-10-18 12:34:02 +03:00
Mihail Gribkov
6fb2a29351 add package lock files for | add prop in targets | update action (#3071)
* add package lock files for | add prop in targets | update action

* oh so you can use netfx reference assemblies even on windows
2025-03-02 00:14:44 +03:00
Mihail Gribkov
995830f793 bump stuffz + DOCFX AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA (#3043) 2024-12-21 00:05:18 +03:00
Mihail Gribkov
d780d6ce02 Add net8.0 and net9.0 (#3032) 2024-12-01 20:43:47 +03:00
Mihail Gribkov
7aab36606b Remove analyzer project & resolve some build warnings (#2905)
* yeet analyzer & analyzer test

* fix test warning

* yeet analyzer from the workflow

* resolve more warnings

* forgot to push
2024-04-14 00:01:07 +03:00
Mihail Gribkov
bfc8dc229e Update library dependencies (#2806)
* bump dependencies

* sealed class

* forgot to push

* downgrade `IDisposableAnalyzers` to `4.0.2`

* also forgot to push

* Update docs.yml

* samples => `net8.0` | deps more up to date

* mark as non-trimmable & remove some cringe conditions

* format for beauty
2024-03-19 00:23:01 +03:00
Mihail Gribkov
bc5c1c523b [Add] example localization to the interaction framework sample (#2865)
* Add example localization to the interaction framework sample

* whoops
2024-02-26 13:51:50 +03:00
Mihail Gribkov
e2e8c0fd6a Update sample projects & samples in docs (#2823)
* update them all

* more docs

* moar docs
2024-01-11 15:25:56 +00:00
Misha133
9ddd922d2f [Refactor] Refactor some stuff (#2688)
* fix some `internal` classes being exposed

* update xmldoc comments to use `<see langword>`

* bump library version in samples

* fix possible oversight
2023-06-27 11:11:16 -03:00
Ge
ee617d8ef3 Fix typos in comments and documentation (#2608)
* Fix typos in comments and documentations

* Fixes more typo
2023-02-26 20:49:16 +01:00
NaN
257f246d1d Format the project with 'dotnet format' (#2551)
* Sync and Re-Format

* Fix Title string.

* Fix indentation.
2023-02-13 18:45:59 +01:00
Misha133
a4d34f6947 [Docs] Update samples to use MessageContent intent & update v2 => v3 guide (#2471) 2022-09-25 22:27:14 +02:00
Armano den Boef
6d21e42ddf Replace Project- with PackageReference on samples. (#2297)
* Init

* Resolve errors
2022-05-18 04:49:21 -03:00
Denis Voitenko
42c65bc879 Typo in comment (#2242) 2022-04-18 03:56:32 -03:00
Armano den Boef
47de5a2fb4 Greatly reduce code complexity & make IF samples functional (#2205)
* Greatly reduce code complexity

* Fixes sharded client IF implementation
2022-03-26 09:37:30 -03:00
Quin Lynch
c80067425a Display name support for enum type converter (#2156)
* Display name support for enum type converter

* allow display attribute on enum type converter

* update docs/examples to include enum Display sample

* Revert "allow display attribute on enum type converter"

This reverts commit a0eec5b7555d366f9de7421f6fcf6bc71f2a4557.

* adds ChoiceDisplay for enum type converters

* Update EnumChoiceAttribute.cs

* fix renamed folder issue

* fix namespace

Co-authored-by: Xeno <eliotd@gmail.com>
2022-03-02 19:23:51 -04:00
Armano den Boef
b14af1c008 Adding Entity guides, flowcharts, better sample system. (#2054)
* initial

* Interaction glossary entry

* Sharded Interaction sample

* Renames into solution

* Debugging samples

* Modify target location for webhookclient

* Finalizing docs work, resolving docfx errors.

* Adding threaduser to user chart

* Add branch info to readme.

* Edits to user chart

* Resolve format for glossary entries

* Patch sln target

* Issue with file naming fixed

* Patch 1/x for builds

* Appending suggestions
2022-01-27 09:50:49 -04:00