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.0 kB

1234567891011121314151617181920212223242526
  1. ---
  2. uid: FAQ.Misc.Legacy
  3. title: Questions about Legacy Versions
  4. ---
  5. # Legacy Questions
  6. ## X, Y, Z does not work! It doesn't return a valid value anymore
  7. If you're currently using an older version in stable branch, please
  8. upgrade to the latest pre-release version to ensure maximum
  9. compatibility. Several features may be broken in older
  10. versions and will likely not be fixed in the version branch due to
  11. their breaking nature.
  12. Visit the repo's [release tag] to see the latest public pre-release.
  13. [release tag]: https://github.com/RogueException/Discord.Net/releases
  14. ## 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?
  15. The `DependencyMap` has been replaced with Microsoft's
  16. [DependencyInjection] Abstractions. An example usage can be seen
  17. [here](https://github.com/foxbot/DiscordBotBase/blob/csharp/src/DiscordBot/Program.cs#L36).
  18. [DependencyInjection]: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection