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 962 B

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