You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

legacy.md 1.2 kB

1234567891011121314151617181920212223242526272829
  1. ---
  2. uid: FAQ.Legacy
  3. title: Questions about Legacy Versions
  4. ---
  5. # Legacy Questions
  6. This section refers to legacy library-related questions that do not
  7. apply to the latest or recent version of the Discord.Net library.
  8. ## X, Y, Z does not work! It doesn't return a valid value anymore.
  9. If you are currently using an older version of the stable branch,
  10. please upgrade to the latest pre-release version to ensure maximum
  11. compatibility. Several features may be broken in older
  12. versions and will likely not be fixed in the version branch due to
  13. their breaking nature.
  14. Visit the repo's [release tag] to see the latest public pre-release.
  15. [release tag]: https://github.com/discord-net/Discord.Net/releases
  16. ## I came from an earlier version of Discord.Net 1.0, and DependencyMap doesn't seem to exist anymore in the later revision? What happened to it?
  17. The `DependencyMap` has been replaced with Microsoft's
  18. [DependencyInjection] Abstractions. An example usage can be seen
  19. [here](https://github.com/foxbot/DiscordBotBase/blob/csharp/src/DiscordBot/Program.cs#L36).
  20. [DependencyInjection]: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection