GL_ARB_texture_non_power_of_twoに対応したコードを追加 #57
Annotations
12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, szenius/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, szenius/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Ragnarok/Utility/AssemblyUtility/AssemblyReflectionAccessor.cs#L48
'Assembly.ReflectionOnlyLoadFrom(string)' is obsolete: 'ReflectionOnly loading is not supported and throws PlatformNotSupportedException.'
|
build:
Ragnarok/Update/Updater.cs#L182
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
build:
Ragnarok.UpdatePack/SharpZLib/Zip/Compression/Streams/DeflaterOutputStream.cs#L598
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
build:
Ragnarok.UpdatePack/SharpZLib/Encryption/ZipAESTransform.cs#L94
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
|
build:
Ragnarok.UpdatePack/SharpZLib/Encryption/ZipAESTransform.cs#L94
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
|
build:
Ragnarok.UpdatePack/SharpZLib/Zip/Compression/Streams/DeflaterOutputStream.cs#L295
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
build:
Ragnarok/Update/Downloader.cs#L195
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
build:
Ragnarok/Net/WebUtil.cs#L143
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
build:
Ragnarok/Net/WebUtil.cs#L169
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
|
build:
Ragnarok/Utility/AssemblyUtility/AssemblyReflectionAccessor.cs#L48
'Assembly.ReflectionOnlyLoadFrom(string)' is obsolete: 'ReflectionOnly loading is not supported and throws PlatformNotSupportedException.'
|